#AF9B84

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

Shades of Bronco #AF9B84

Tints of Bronco #AF9B84

Color information

#AF9B84 (or 0xAF9B84) is unknown color: approx Bronco. HEX triplet: AF, 9B and 84. RGB value is (175,155,132). Sum of RGB (Red+Green+Blue) = 175+155+132=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9B84 is #50647B. Grayscale: #9E9E9E. Windows color (decimal): -5268604 or 8690607. OLE color: 8690607.

HSL color Cylindrical-coordinate representation of color #AF9B84: hue angle of 32.09º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF9B84 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB175155132-
CMYK00.110.250.31
HSL32.09º21.18%60.2%-
HSV(B)32.09º24.57%68.63%-
XYZ33.5734.2226.67-
YUV158.36113.13139.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=37.88%
G=33.55%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515513200.110.250.3132.0921.1860.2
HexAF9B840B191F20153c
Octal2572332040133137402574
Binary10101111100110111000010001011110011111110000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B84; }

 p { color: rgb(175,155,132); }

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

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

 a { background-color: rgb(175,155,132); }

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

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

 span { border-color: rgb(175,155,132); }

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