Html Css Color HEX #AF9D80 Bronco

📋 copy color: '#AF9D80'

red 175 ◦ green 157 ◦ blue 128

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

Shades of Bronco #AF9D80

Tints of Bronco #AF9D80

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.13%

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

R = 38.04%
G = 34.13%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF9D80 (or 0xAF9D80) is known color: Bronco. HEX triplet: AF, 9D and 80. RGB value is (175,157,128). Sum of RGB (Red+Green+Blue) = 175+157+128=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D80 is #50627F. Grayscale: #9F9F9F. Windows color (decimal): -5268096 or 8428975. OLE color: 8428975.

HSL color Cylindrical-coordinate representation of color #AF9D80: hue angle of 37.02º 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 #AF9D80 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 157 128 -
CMYK 0 0.10 0.27 0.31
HSL 37.02º 0.23% 0.59% -
HSV(B) 37.02º 0.27% 0.69% -
XYZ 33.63 34.79 25.36 -
YUV 159.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 175 157 128 0 0.10 0.27 0.31 37.02 0.23 0.59
Hex AF 9D 80 0 A 1B 1F 25 17 3B
Octal 257 235 200 0 12 33 37 45 27 73
Binary 10101111 10011101 10000000 0 1010 11011 11111 100101 10111 111011

Color Harmonies of #AF9D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D80

Black with #AF9D80

Text Example


Text Example

White with #AF9D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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