Html Css Color HEX #AF9F80 Bronco

📋 copy color: '#AF9F80'

red 175 ◦ green 159 ◦ blue 128

#AF9F80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronco #AF9F80

Tints of Bronco #AF9F80

RGB

 RED value IS 175 (68.75% from 255) = 37.88%

 GREEN value IS 159 (62.5% from 255) = 34.42%

 BLUE value IS 128 (50.39% from 255) = 27.71%

R = 37.88%
G = 34.42%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF9F80 (or 0xAF9F80) is known color: Bronco. HEX triplet: AF, 9F and 80. RGB value is (175,159,128). Sum of RGB (Red+Green+Blue) = 175+159+128=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F80 is #50607F. Grayscale: #A0A0A0. Windows color (decimal): -5267584 or 8429487. OLE color: 8429487.

HSL color Cylindrical-coordinate representation of color #AF9F80: hue angle of 39.57º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF9F80 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 159 128 -
CMYK 0 0.09 0.27 0.31
HSL 39.57º 0.23% 0.59% -
HSV(B) 39.57º 0.27% 0.69% -
XYZ 33.97 35.47 25.48 -
YUV 160.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 175 159 128 0 0.09 0.27 0.31 39.57 0.23 0.59
Hex AF 9F 80 0 9 1B 1F 28 17 3B
Octal 257 237 200 0 11 33 37 50 27 73
Binary 10101111 10011111 10000000 0 1001 11011 11111 101000 10111 111011

Color Harmonies of #AF9F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F80

Black with #AF9F80

Text Example


Text Example

White with #AF9F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F80; }

 p { color: rgb(175,159,128); }

 H1.HeaderClassName
 {
   color: #AF9F80;
 }
 .AnyTagClassName
 {
   color: #AF9F80;
 }
</style>

background-color css

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

 a { background-color: rgb(175,159,128); }

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

border-color css

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

 span { border-color: rgb(175,159,128); }

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