Html Css Color HEX #A99777 Bronco

📋 copy color: '#A99777'

red 169 ◦ green 151 ◦ blue 119

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

Shades of Bronco #A99777

Tints of Bronco #A99777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.4%

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

R = 38.5%
G = 34.4%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A99777 (or 0xA99777) is known color: Bronco. HEX triplet: A9, 97 and 77. RGB value is (169,151,119). Sum of RGB (Red+Green+Blue) = 169+151+119=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A99777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99777 is #566888. Grayscale: #989898. Windows color (decimal): -5662857 or 7837609. OLE color: 7837609.

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

Color convert

RGB 169 151 119 -
CMYK 0 0.11 0.30 0.34
HSL 38.4º 0.23% 0.56% -
HSV(B) 38.4º 0.3% 0.66% -
XYZ 30.76 31.9 21.99 -
YUV 152.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 169 151 119 0 0.11 0.30 0.34 38.4 0.23 0.56
Hex A9 97 77 0 B 1E 22 26 17 38
Octal 251 227 167 0 13 36 42 46 27 70
Binary 10101001 10010111 1110111 0 1011 11110 100010 100110 10111 111000

Color Harmonies of #A99777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99777

Black with #A99777

Text Example


Text Example

White with #A99777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99777; }

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

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

background-color css

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

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

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

border-color css

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

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

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