Html Css Color HEX #A29079 Bronco

📋 copy color: '#A29079'

red 162 ◦ green 144 ◦ blue 121

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

Shades of Bronco #A29079

Tints of Bronco #A29079

RGB

 RED value IS 162 (63.67% from 255) = 37.94%

 GREEN value IS 144 (56.64% from 255) = 33.72%

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

R = 37.94%
G = 33.72%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A29079 (or 0xA29079) is known color: Bronco. HEX triplet: A2, 90 and 79. RGB value is (162,144,121). Sum of RGB (Red+Green+Blue) = 162+144+121=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A29079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29079 is #5D6F86. Grayscale: #929292. Windows color (decimal): -6123399 or 7966882. OLE color: 7966882.

HSL color Cylindrical-coordinate representation of color #A29079: hue angle of 33.66º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A29079 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 144 121 -
CMYK 0 0.11 0.25 0.36
HSL 33.66º 0.18% 0.55% -
HSV(B) 33.66º 0.25% 0.64% -
XYZ 28.32 29.01 22.2 -
YUV 146.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 162 144 121 0 0.11 0.25 0.36 33.66 0.18 0.55
Hex A2 90 79 0 B 19 24 22 12 37
Octal 242 220 171 0 13 31 44 42 22 67
Binary 10100010 10010000 1111001 0 1011 11001 100100 100010 10010 110111

Color Harmonies of #A29079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29079

Black with #A29079

Text Example


Text Example

White with #A29079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29079; }

 p { color: rgb(162,144,121); }

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

background-color css

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

 a { background-color: rgb(162,144,121); }

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

border-color css

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

 span { border-color: rgb(162,144,121); }

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