#AF9C83

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

Shades of Bronco #AF9C83

Tints of Bronco #AF9C83

Color information

#AF9C83 (or 0xAF9C83) is unknown color: approx Bronco. HEX triplet: AF, 9C and 83. RGB value is (175,156,131). Sum of RGB (Red+Green+Blue) = 175+156+131=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9C83 is #50637C. Grayscale: #9E9E9E. Windows color (decimal): -5268349 or 8625327. OLE color: 8625327.

HSL color Cylindrical-coordinate representation of color #AF9C83: hue angle of 34.09º degrees, saturation: 0.22, 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 #AF9C83 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB175156131-
CMYK00.110.250.31
HSL34.09º21.57%60%-
HSV(B)34.09º25.14%68.63%-
XYZ33.6634.5326.36-
YUV158.83112.29139.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 156 (61.33% from 255) = 33.77%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=37.88%
G=33.77%
B=28.35%

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
Decimal17515613100.110.250.3134.0921.5760
HexAF9C830B191F22163c
Octal2572342030133137422674
Binary10101111100111001000001101011110011111110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C83; }

 p { color: rgb(175,156,131); }

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

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

 a { background-color: rgb(175,156,131); }

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

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

 span { border-color: rgb(175,156,131); }

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