Html Css Color HEX #A29750 Husk

📋 copy color: '#A29750'

red 162 ◦ green 151 ◦ blue 80

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

Shades of Husk #A29750

Tints of Husk #A29750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 41.22%
G = 38.42%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A29750 (or 0xA29750) is known color: Husk. HEX triplet: A2, 97 and 50. RGB value is (162,151,80). Sum of RGB (Red+Green+Blue) = 162+151+80=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A29750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29750 is #5D68AF. Grayscale: #929292. Windows color (decimal): -6121648 or 5281698. OLE color: 5281698.

HSL color Cylindrical-coordinate representation of color #A29750: hue angle of 51.95º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A29750 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 151 80 -
CMYK 0 0.07 0.51 0.36
HSL 51.95º 0.34% 0.47% -
HSV(B) 51.95º 0.51% 0.64% -
XYZ 27.41 30.39 12.01 -
YUV 146.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 162 151 80 0 0.07 0.51 0.36 51.95 0.34 0.47
Hex A2 97 50 0 7 33 24 34 22 2F
Octal 242 227 120 0 7 63 44 64 42 57
Binary 10100010 10010111 1010000 0 111 110011 100100 110100 100010 101111

Color Harmonies of #A29750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29750

Black with #A29750

Text Example


Text Example

White with #A29750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29750; }

 p { color: rgb(162,151,80); }

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

background-color css

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

 a { background-color: rgb(162,151,80); }

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

border-color css

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

 span { border-color: rgb(162,151,80); }

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