Html Css Color HEX #A99676 Bronco

📋 copy color: '#A99676'

red 169 ◦ green 150 ◦ blue 118

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

Shades of Bronco #A99676

Tints of Bronco #A99676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.32%

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

R = 38.67%
G = 34.32%
B = 27%

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

#A99676 (or 0xA99676) is known color: Bronco. HEX triplet: A9, 96 and 76. RGB value is (169,150,118). Sum of RGB (Red+Green+Blue) = 169+150+118=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A99676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99676 is #566989. Grayscale: #989898. Windows color (decimal): -5663114 or 7771817. OLE color: 7771817.

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

Color convert

RGB 169 150 118 -
CMYK 0 0.11 0.30 0.34
HSL 37.65º 0.23% 0.56% -
HSV(B) 37.65º 0.3% 0.66% -
XYZ 30.54 31.56 21.62 -
YUV 152.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 169 150 118 0 0.11 0.30 0.34 37.65 0.23 0.56
Hex A9 96 76 0 B 1E 22 26 17 38
Octal 251 226 166 0 13 36 42 46 27 70
Binary 10101001 10010110 1110110 0 1011 11110 100010 100110 10111 111000

Color Harmonies of #A99676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99676

Black with #A99676

Text Example


Text Example

White with #A99676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99676; }

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

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

background-color css

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

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

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

border-color css

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

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

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