Html Css Color HEX #A49479 Bronco

📋 copy color: '#A49479'

red 164 ◦ green 148 ◦ blue 121

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

Shades of Bronco #A49479

Tints of Bronco #A49479

RGB

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

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

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

R = 37.88%
G = 34.18%
B = 27.94%

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

#A49479 (or 0xA49479) is known color: Bronco. HEX triplet: A4, 94 and 79. RGB value is (164,148,121). Sum of RGB (Red+Green+Blue) = 164+148+121=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A49479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49479 is #5B6B86. Grayscale: #959595. Windows color (decimal): -5991303 or 7967908. OLE color: 7967908.

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

Color convert

RGB 164 148 121 -
CMYK 0 0.10 0.26 0.36
HSL 37.67º 0.19% 0.56% -
HSV(B) 37.67º 0.26% 0.64% -
XYZ 29.35 30.45 22.42 -
YUV 149.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 164 148 121 0 0.10 0.26 0.36 37.67 0.19 0.56
Hex A4 94 79 0 A 1A 24 26 13 38
Octal 244 224 171 0 12 32 44 46 23 70
Binary 10100100 10010100 1111001 0 1010 11010 100100 100110 10011 111000

Color Harmonies of #A49479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49479

Black with #A49479

Text Example


Text Example

White with #A49479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49479; }

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

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

background-color css

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

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

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

border-color css

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

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

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