Html Css Color HEX #AFA086 Bronco

📋 copy color: '#AFA086'

red 175 ◦ green 160 ◦ blue 134

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

Shades of Bronco #AFA086

Tints of Bronco #AFA086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.57%

R = 37.31%
G = 34.12%
B = 28.57%

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

#AFA086 (or 0xAFA086) is known color: Bronco. HEX triplet: AF, A0 and 86. RGB value is (175,160,134). Sum of RGB (Red+Green+Blue) = 175+160+134=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA086 is #505F79. Grayscale: #A1A1A1. Windows color (decimal): -5267322 or 8822959. OLE color: 8822959.

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

Color convert

RGB 175 160 134 -
CMYK 0 0.09 0.23 0.31
HSL 38.05º 0.2% 0.61% -
HSV(B) 38.05º 0.23% 0.69% -
XYZ 34.55 35.98 27.68 -
YUV 161.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 175 160 134 0 0.09 0.23 0.31 38.05 0.2 0.61
Hex AF A0 86 0 9 17 1F 26 14 3D
Octal 257 240 206 0 11 27 37 46 24 75
Binary 10101111 10100000 10000110 0 1001 10111 11111 100110 10100 111101

Color Harmonies of #AFA086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA086

Black with #AFA086

Text Example


Text Example

White with #AFA086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA086; }

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

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

background-color css

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

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

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

border-color css

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

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

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