#AD9678

Color #AD9678 Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #AD9678

Tints of Bronco #AD9678

Color information

#AD9678 (or 0xAD9678) is unknown color: approx Bronco. HEX triplet: AD, 96 and 78. RGB value is (173,150,120). Sum of RGB (Red+Green+Blue) = 173+150+120=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9678 is #526987. Grayscale: #999999. Windows color (decimal): -5400968 or 7902893. OLE color: 7902893.

HSL color Cylindrical-coordinate representation of color #AD9678: hue angle of 33.96º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD9678 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB173150120-
CMYK00.130.310.32
HSL33.96º24.42%57.45%-
HSV(B)33.96º30.64%67.84%-
XYZ31.5332.0522.29-
YUV153.46109.12141.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=39.05%
G=33.86%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315012000.130.310.3233.9624.4257.45
HexAD96780D1F20221839
Octal2552261700153740423071
Binary10101101100101101111000011011111110000010001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9678; }

 p { color: rgb(173,150,120); }

 H1.HeaderClassName
 {
   color: #AD9678;
 }
 .AnyTagClassName
 {
   color: #AD9678;
 }
</style>
background-color css

<style>
 a { background-color: #AD9678; }

 a { background-color: rgb(173,150,120); }

 div.DivClassName
 {
   background-color: #AD9678;
 }
 .BgClassName
 {
   background-color: #AD9678;
 }
</style>
border-color css

<style>
 span { border-color: #AD9678; }

 span { border-color: rgb(173,150,120); }

 td.TdClassName
 {
   border-color: #AD9678;
 }
 .TagClassName
 {
   border-color: #AD9678;
 }
</style>