Html Css Color HEX #A99475 Bronco

📋 copy color: '#A99475'

red 169 ◦ green 148 ◦ blue 117

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

Shades of Bronco #A99475

Tints of Bronco #A99475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.1%

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 38.94%
G = 34.1%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A99475 (or 0xA99475) is known color: Bronco. HEX triplet: A9, 94 and 75. RGB value is (169,148,117). Sum of RGB (Red+Green+Blue) = 169+148+117=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A99475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99475 is #566B8A. Grayscale: #969696. Windows color (decimal): -5663627 or 7705769. OLE color: 7705769.

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

Color convert

RGB 169 148 117 -
CMYK 0 0.12 0.31 0.34
HSL 35.77º 0.23% 0.56% -
HSV(B) 35.77º 0.31% 0.66% -
XYZ 30.16 30.9 21.2 -
YUV 150.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 169 148 117 0 0.12 0.31 0.34 35.77 0.23 0.56
Hex A9 94 75 0 C 1F 22 24 17 38
Octal 251 224 165 0 14 37 42 44 27 70
Binary 10101001 10010100 1110101 0 1100 11111 100010 100100 10111 111000

Color Harmonies of #A99475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99475

Black with #A99475

Text Example


Text Example

White with #A99475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99475; }

 p { color: rgb(169,148,117); }

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

background-color css

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

 a { background-color: rgb(169,148,117); }

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

border-color css

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

 span { border-color: rgb(169,148,117); }

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