Html Css Color HEX #A99377 Bronco

📋 copy color: '#A99377'

red 169 ◦ green 147 ◦ blue 119

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

Shades of Bronco #A99377

Tints of Bronco #A99377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.79%

 BLUE value IS 119 (46.88% from 255) = 27.36%

R = 38.85%
G = 33.79%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A99377 (or 0xA99377) is known color: Bronco. HEX triplet: A9, 93 and 77. RGB value is (169,147,119). Sum of RGB (Red+Green+Blue) = 169+147+119=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A99377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99377 is #566C88. Grayscale: #969696. Windows color (decimal): -5663881 or 7836585. OLE color: 7836585.

HSL color Cylindrical-coordinate representation of color #A99377: hue angle of 33.6º 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 #A99377 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 147 119 -
CMYK 0 0.13 0.30 0.34
HSL 33.6º 0.23% 0.56% -
HSV(B) 33.6º 0.3% 0.66% -
XYZ 30.13 30.63 21.78 -
YUV 150.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 169 147 119 0 0.13 0.30 0.34 33.6 0.23 0.56
Hex A9 93 77 0 D 1E 22 22 17 38
Octal 251 223 167 0 15 36 42 42 27 70
Binary 10101001 10010011 1110111 0 1101 11110 100010 100010 10111 111000

Color Harmonies of #A99377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99377

Black with #A99377

Text Example


Text Example

White with #A99377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99377; }

 p { color: rgb(169,147,119); }

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

background-color css

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

 a { background-color: rgb(169,147,119); }

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

border-color css

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

 span { border-color: rgb(169,147,119); }

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