Html Css Color HEX #A49179 Bronco

📋 copy color: '#A49179'

red 164 ◦ green 145 ◦ blue 121

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

Shades of Bronco #A49179

Tints of Bronco #A49179

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.72%

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

R = 38.14%
G = 33.72%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A49179 (or 0xA49179) is known color: Bronco. HEX triplet: A4, 91 and 79. RGB value is (164,145,121). Sum of RGB (Red+Green+Blue) = 164+145+121=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A49179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49179 is #5B6E86. Grayscale: #949494. Windows color (decimal): -5992071 or 7967140. OLE color: 7967140.

HSL color Cylindrical-coordinate representation of color #A49179: hue angle of 33.49º 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 #A49179 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 145 121 -
CMYK 0 0.12 0.26 0.36
HSL 33.49º 0.19% 0.56% -
HSV(B) 33.49º 0.26% 0.64% -
XYZ 28.89 29.52 22.27 -
YUV 147.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 164 145 121 0 0.12 0.26 0.36 33.49 0.19 0.56
Hex A4 91 79 0 C 1A 24 21 13 38
Octal 244 221 171 0 14 32 44 41 23 70
Binary 10100100 10010001 1111001 0 1100 11010 100100 100001 10011 111000

Color Harmonies of #A49179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49179

Black with #A49179

Text Example


Text Example

White with #A49179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49179; }

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

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

background-color css

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

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

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

border-color css

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

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

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