Html Css Color HEX #AF9E86 Bronco

📋 copy color: '#AF9E86'

red 175 ◦ green 158 ◦ blue 134

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

Shades of Bronco #AF9E86

Tints of Bronco #AF9E86

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.83%

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

R = 37.47%
G = 33.83%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF9E86 (or 0xAF9E86) is known color: Bronco. HEX triplet: AF, 9E and 86. RGB value is (175,158,134). Sum of RGB (Red+Green+Blue) = 175+158+134=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E86 is #506179. Grayscale: #A0A0A0. Windows color (decimal): -5267834 or 8822447. OLE color: 8822447.

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

Color convert

RGB 175 158 134 -
CMYK 0 0.10 0.23 0.31
HSL 35.12º 0.2% 0.61% -
HSV(B) 35.12º 0.23% 0.69% -
XYZ 34.21 35.29 27.56 -
YUV 160.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 175 158 134 0 0.10 0.23 0.31 35.12 0.2 0.61
Hex AF 9E 86 0 A 17 1F 23 14 3D
Octal 257 236 206 0 12 27 37 43 24 75
Binary 10101111 10011110 10000110 0 1010 10111 11111 100011 10100 111101

Color Harmonies of #AF9E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E86

Black with #AF9E86

Text Example


Text Example

White with #AF9E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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