Html Css Color HEX #AFA087 Bronco

📋 copy color: '#AFA087'

red 175 ◦ green 160 ◦ blue 135

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

Shades of Bronco #AFA087

Tints of Bronco #AFA087

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.04%

 BLUE value IS 135 (53.13% from 255) = 28.72%

R = 37.23%
G = 34.04%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AFA087 (or 0xAFA087) is known color: Bronco. HEX triplet: AF, A0 and 87. RGB value is (175,160,135). Sum of RGB (Red+Green+Blue) = 175+160+135=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA087 is #505F78. Grayscale: #A1A1A1. Windows color (decimal): -5267321 or 8888495. OLE color: 8888495.

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

Color convert

RGB 175 160 135 -
CMYK 0 0.09 0.23 0.31
HSL 37.5º 0.2% 0.61% -
HSV(B) 37.5º 0.23% 0.69% -
XYZ 34.62 36 28.05 -
YUV 161.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 175 160 135 0 0.09 0.23 0.31 37.5 0.2 0.61
Hex AF A0 87 0 9 17 1F 26 14 3D
Octal 257 240 207 0 11 27 37 46 24 75
Binary 10101111 10100000 10000111 0 1001 10111 11111 100110 10100 111101

Color Harmonies of #AFA087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA087

Black with #AFA087

Text Example


Text Example

White with #AFA087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA087; }

 p { color: rgb(175,160,135); }

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

background-color css

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

 a { background-color: rgb(175,160,135); }

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

border-color css

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

 span { border-color: rgb(175,160,135); }

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