Html Css Color HEX #A99478 Bronco

📋 copy color: '#A99478'

red 169 ◦ green 148 ◦ blue 120

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

Shades of Bronco #A99478

Tints of Bronco #A99478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.46%

R = 38.67%
G = 33.87%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A99478 (or 0xA99478) is known color: Bronco. HEX triplet: A9, 94 and 78. RGB value is (169,148,120). Sum of RGB (Red+Green+Blue) = 169+148+120=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A99478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99478 is #566B87. Grayscale: #979797. Windows color (decimal): -5663624 or 7902377. OLE color: 7902377.

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

Color convert

RGB 169 148 120 -
CMYK 0 0.12 0.29 0.34
HSL 34.29º 0.22% 0.57% -
HSV(B) 34.29º 0.29% 0.66% -
XYZ 30.34 30.97 22.15 -
YUV 151.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 169 148 120 0 0.12 0.29 0.34 34.29 0.22 0.57
Hex A9 94 78 0 C 1D 22 22 16 39
Octal 251 224 170 0 14 35 42 42 26 71
Binary 10101001 10010100 1111000 0 1100 11101 100010 100010 10110 111001

Color Harmonies of #A99478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99478

Black with #A99478

Text Example


Text Example

White with #A99478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99478; }

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

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

background-color css

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

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

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

border-color css

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

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

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