Html Css Color HEX #AF9E82 Bronco

📋 copy color: '#AF9E82'

red 175 ◦ green 158 ◦ blue 130

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

Shades of Bronco #AF9E82

Tints of Bronco #AF9E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.08%

R = 37.8%
G = 34.13%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF9E82 (or 0xAF9E82) is known color: Bronco. HEX triplet: AF, 9E and 82. RGB value is (175,158,130). Sum of RGB (Red+Green+Blue) = 175+158+130=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E82 is #50617D. Grayscale: #A0A0A0. Windows color (decimal): -5267838 or 8560303. OLE color: 8560303.

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

Color convert

RGB 175 158 130 -
CMYK 0 0.10 0.26 0.31
HSL 37.33º 0.22% 0.6% -
HSV(B) 37.33º 0.26% 0.69% -
XYZ 33.94 35.18 26.12 -
YUV 159.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 175 158 130 0 0.10 0.26 0.31 37.33 0.22 0.6
Hex AF 9E 82 0 A 1A 1F 25 16 3C
Octal 257 236 202 0 12 32 37 45 26 74
Binary 10101111 10011110 10000010 0 1010 11010 11111 100101 10110 111100

Color Harmonies of #AF9E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E82

Black with #AF9E82

Text Example


Text Example

White with #AF9E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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