Html Css Color HEX #A8A152 Husk

📋 copy color: '#A8A152'

red 168 ◦ green 161 ◦ blue 82

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

Shades of Husk #A8A152

Tints of Husk #A8A152

RGB

 RED value IS 168 (66.02% from 255) = 40.88%

 GREEN value IS 161 (63.28% from 255) = 39.17%

 BLUE value IS 82 (32.42% from 255) = 19.95%

R = 40.88%
G = 39.17%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A8A152 (or 0xA8A152) is known color: Husk. HEX triplet: A8, A1 and 52. RGB value is (168,161,82). Sum of RGB (Red+Green+Blue) = 168+161+82=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A152 is #575EAD. Grayscale: #9A9A9A. Windows color (decimal): -5725870 or 5415336. OLE color: 5415336.

HSL color Cylindrical-coordinate representation of color #A8A152: hue angle of 55.12º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8A152 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 161 82 -
CMYK 0 0.04 0.51 0.34
HSL 55.12º 0.34% 0.49% -
HSV(B) 55.12º 0.51% 0.66% -
XYZ 30.42 34.42 13.02 -
YUV 154.09 87.32 137.92 -
System Red Green Blue C M Y K H S L
Decimal 168 161 82 0 0.04 0.51 0.34 55.12 0.34 0.49
Hex A8 A1 52 0 4 33 22 37 22 31
Octal 250 241 122 0 4 63 42 67 42 61
Binary 10101000 10100001 1010010 0 100 110011 100010 110111 100010 110001

Color Harmonies of #A8A152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A152

Black with #A8A152

Text Example


Text Example

White with #A8A152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A152; }

 p { color: rgb(168,161,82); }

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

background-color css

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

 a { background-color: rgb(168,161,82); }

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

border-color css

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

 span { border-color: rgb(168,161,82); }

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