Html Css Color HEX #A8A153 Husk

📋 copy color: '#A8A153'

red 168 ◦ green 161 ◦ blue 83

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

Shades of Husk #A8A153

Tints of Husk #A8A153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.15%

R = 40.78%
G = 39.08%
B = 20.15%

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

#A8A153 (or 0xA8A153) is known color: Husk. HEX triplet: A8, A1 and 53. RGB value is (168,161,83). Sum of RGB (Red+Green+Blue) = 168+161+83=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A153 is #575EAC. Grayscale: #9A9A9A. Windows color (decimal): -5725869 or 5480872. OLE color: 5480872.

HSL color Cylindrical-coordinate representation of color #A8A153: hue angle of 55.06º 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 #A8A153 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 161 83 -
CMYK 0 0.04 0.51 0.34
HSL 55.06º 0.34% 0.49% -
HSV(B) 55.06º 0.51% 0.66% -
XYZ 30.45 34.44 13.23 -
YUV 154.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 168 161 83 0 0.04 0.51 0.34 55.06 0.34 0.49
Hex A8 A1 53 0 4 33 22 37 22 31
Octal 250 241 123 0 4 63 42 67 42 61
Binary 10101000 10100001 1010011 0 100 110011 100010 110111 100010 110001

Color Harmonies of #A8A153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A153

Black with #A8A153

Text Example


Text Example

White with #A8A153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A153; }

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

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

background-color css

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

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

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

border-color css

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

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

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