Html Css Color HEX #A8A251 Husk

📋 copy color: '#A8A251'

red 168 ◦ green 162 ◦ blue 81

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

Shades of Husk #A8A251

Tints of Husk #A8A251

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.42%

 BLUE value IS 81 (32.03% from 255) = 19.71%

R = 40.88%
G = 39.42%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A8A251 (or 0xA8A251) is known color: Husk. HEX triplet: A8, A2 and 51. RGB value is (168,162,81). Sum of RGB (Red+Green+Blue) = 168+162+81=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A251 is #575DAE. Grayscale: #9A9A9A. Windows color (decimal): -5725615 or 5350056. OLE color: 5350056.

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

Color convert

RGB 168 162 81 -
CMYK 0 0.04 0.52 0.34
HSL 55.86º 0.35% 0.49% -
HSV(B) 55.86º 0.52% 0.66% -
XYZ 30.55 34.76 12.88 -
YUV 154.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 168 162 81 0 0.04 0.52 0.34 55.86 0.35 0.49
Hex A8 A2 51 0 4 34 22 38 23 31
Octal 250 242 121 0 4 64 42 70 43 61
Binary 10101000 10100010 1010001 0 100 110100 100010 111000 100011 110001

Color Harmonies of #A8A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A251

Black with #A8A251

Text Example


Text Example

White with #A8A251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A251; }

 p { color: rgb(168,162,81); }

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

background-color css

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

 a { background-color: rgb(168,162,81); }

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

border-color css

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

 span { border-color: rgb(168,162,81); }

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