Html Css Color HEX #AF9C80 Bronco

📋 copy color: '#AF9C80'

red 175 ◦ green 156 ◦ blue 128

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

Shades of Bronco #AF9C80

Tints of Bronco #AF9C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.99%

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

R = 38.13%
G = 33.99%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF9C80 (or 0xAF9C80) is known color: Bronco. HEX triplet: AF, 9C and 80. RGB value is (175,156,128). Sum of RGB (Red+Green+Blue) = 175+156+128=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9C80 is #50637F. Grayscale: #9E9E9E. Windows color (decimal): -5268352 or 8428719. OLE color: 8428719.

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

Color convert

RGB 175 156 128 -
CMYK 0 0.11 0.27 0.31
HSL 35.74º 0.23% 0.59% -
HSV(B) 35.74º 0.27% 0.69% -
XYZ 33.46 34.45 25.31 -
YUV 158.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 175 156 128 0 0.11 0.27 0.31 35.74 0.23 0.59
Hex AF 9C 80 0 B 1B 1F 24 17 3B
Octal 257 234 200 0 13 33 37 44 27 73
Binary 10101111 10011100 10000000 0 1011 11011 11111 100100 10111 111011

Color Harmonies of #AF9C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9C80

Black with #AF9C80

Text Example


Text Example

White with #AF9C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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