Html Css Color HEX #A99576 Bronco

📋 copy color: '#A99576'

red 169 ◦ green 149 ◦ blue 118

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

Shades of Bronco #A99576

Tints of Bronco #A99576

RGB

 RED value IS 169 (66.41% from 255) = 38.76%

 GREEN value IS 149 (58.59% from 255) = 34.17%

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 38.76%
G = 34.17%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A99576 (or 0xA99576) is known color: Bronco. HEX triplet: A9, 95 and 76. RGB value is (169,149,118). Sum of RGB (Red+Green+Blue) = 169+149+118=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A99576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99576 is #566A89. Grayscale: #979797. Windows color (decimal): -5663370 or 7771561. OLE color: 7771561.

HSL color Cylindrical-coordinate representation of color #A99576: hue angle of 36.47º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99576 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 149 118 -
CMYK 0 0.12 0.30 0.34
HSL 36.47º 0.23% 0.56% -
HSV(B) 36.47º 0.3% 0.66% -
XYZ 30.38 31.24 21.57 -
YUV 151.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 169 149 118 0 0.12 0.30 0.34 36.47 0.23 0.56
Hex A9 95 76 0 C 1E 22 24 17 38
Octal 251 225 166 0 14 36 42 44 27 70
Binary 10101001 10010101 1110110 0 1100 11110 100010 100100 10111 111000

Color Harmonies of #A99576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99576

Black with #A99576

Text Example


Text Example

White with #A99576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99576; }

 p { color: rgb(169,149,118); }

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

background-color css

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

 a { background-color: rgb(169,149,118); }

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

border-color css

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

 span { border-color: rgb(169,149,118); }

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