Html Css Color HEX #A49379 Bronco

📋 copy color: '#A49379'

red 164 ◦ green 147 ◦ blue 121

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

Shades of Bronco #A49379

Tints of Bronco #A49379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.03%

 BLUE value IS 121 (47.66% from 255) = 28.01%

R = 37.96%
G = 34.03%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A49379 (or 0xA49379) is known color: Bronco. HEX triplet: A4, 93 and 79. RGB value is (164,147,121). Sum of RGB (Red+Green+Blue) = 164+147+121=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A49379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49379 is #5B6C86. Grayscale: #959595. Windows color (decimal): -5991559 or 7967652. OLE color: 7967652.

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

Color convert

RGB 164 147 121 -
CMYK 0 0.10 0.26 0.36
HSL 36.28º 0.19% 0.56% -
HSV(B) 36.28º 0.26% 0.64% -
XYZ 29.19 30.14 22.37 -
YUV 149.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 164 147 121 0 0.10 0.26 0.36 36.28 0.19 0.56
Hex A4 93 79 0 A 1A 24 24 13 38
Octal 244 223 171 0 12 32 44 44 23 70
Binary 10100100 10010011 1111001 0 1010 11010 100100 100100 10011 111000

Color Harmonies of #A49379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49379

Black with #A49379

Text Example


Text Example

White with #A49379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49379; }

 p { color: rgb(164,147,121); }

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

background-color css

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

 a { background-color: rgb(164,147,121); }

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

border-color css

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

 span { border-color: rgb(164,147,121); }

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