Html Css Color HEX #AF9E85 Bronco

📋 copy color: '#AF9E85'

red 175 ◦ green 158 ◦ blue 133

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

Shades of Bronco #AF9E85

Tints of Bronco #AF9E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.54%

R = 37.55%
G = 33.91%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF9E85 (or 0xAF9E85) is known color: Bronco. HEX triplet: AF, 9E and 85. RGB value is (175,158,133). Sum of RGB (Red+Green+Blue) = 175+158+133=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E85 is #50617A. Grayscale: #A0A0A0. Windows color (decimal): -5267835 or 8756911. OLE color: 8756911.

HSL color Cylindrical-coordinate representation of color #AF9E85: hue angle of 35.71º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF9E85 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 158 133 -
CMYK 0 0.10 0.24 0.31
HSL 35.71º 0.21% 0.6% -
HSV(B) 35.71º 0.24% 0.69% -
XYZ 34.14 35.26 27.2 -
YUV 160.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 175 158 133 0 0.10 0.24 0.31 35.71 0.21 0.6
Hex AF 9E 85 0 A 18 1F 24 15 3C
Octal 257 236 205 0 12 30 37 44 25 74
Binary 10101111 10011110 10000101 0 1010 11000 11111 100100 10101 111100

Color Harmonies of #AF9E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E85

Black with #AF9E85

Text Example


Text Example

White with #AF9E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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