Html Css Color HEX #A49478 Bronco

📋 copy color: '#A49478'

red 164 ◦ green 148 ◦ blue 120

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

Shades of Bronco #A49478

Tints of Bronco #A49478

RGB

 RED value IS 164 (64.45% from 255) = 37.96%

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

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

R = 37.96%
G = 34.26%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A49478 (or 0xA49478) is known color: Bronco. HEX triplet: A4, 94 and 78. RGB value is (164,148,120). Sum of RGB (Red+Green+Blue) = 164+148+120=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A49478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49478 is #5B6B87. Grayscale: #959595. Windows color (decimal): -5991304 or 7902372. OLE color: 7902372.

HSL color Cylindrical-coordinate representation of color #A49478: hue angle of 38.18º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A49478 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 148 120 -
CMYK 0 0.10 0.27 0.36
HSL 38.18º 0.19% 0.56% -
HSV(B) 38.18º 0.27% 0.64% -
XYZ 29.29 30.43 22.1 -
YUV 149.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 164 148 120 0 0.10 0.27 0.36 38.18 0.19 0.56
Hex A4 94 78 0 A 1B 24 26 13 38
Octal 244 224 170 0 12 33 44 46 23 70
Binary 10100100 10010100 1111000 0 1010 11011 100100 100110 10011 111000

Color Harmonies of #A49478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49478

Black with #A49478

Text Example


Text Example

White with #A49478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49478; }

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

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

background-color css

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

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

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

border-color css

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

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

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