Html Css Color HEX #A49279 Bronco

📋 copy color: '#A49279'

red 164 ◦ green 146 ◦ blue 121

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

Shades of Bronco #A49279

Tints of Bronco #A49279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.87%

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

R = 38.05%
G = 33.87%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A49279 (or 0xA49279) is known color: Bronco. HEX triplet: A4, 92 and 79. RGB value is (164,146,121). Sum of RGB (Red+Green+Blue) = 164+146+121=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A49279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49279 is #5B6D86. Grayscale: #949494. Windows color (decimal): -5991815 or 7967396. OLE color: 7967396.

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

Color convert

RGB 164 146 121 -
CMYK 0 0.11 0.26 0.36
HSL 34.88º 0.19% 0.56% -
HSV(B) 34.88º 0.26% 0.64% -
XYZ 29.04 29.83 22.32 -
YUV 148.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 164 146 121 0 0.11 0.26 0.36 34.88 0.19 0.56
Hex A4 92 79 0 B 1A 24 23 13 38
Octal 244 222 171 0 13 32 44 43 23 70
Binary 10100100 10010010 1111001 0 1011 11010 100100 100011 10011 111000

Color Harmonies of #A49279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49279

Black with #A49279

Text Example


Text Example

White with #A49279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49279; }

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

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

background-color css

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

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

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

border-color css

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

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

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