Html Css Color HEX #A4A596 Star Dust

📋 copy color: '#A4A596'

red 164 ◦ green 165 ◦ blue 150

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

Shades of Star Dust #A4A596

Tints of Star Dust #A4A596

RGB

 RED value IS 164 (64.45% from 255) = 34.24%

 GREEN value IS 165 (64.84% from 255) = 34.45%

 BLUE value IS 150 (58.98% from 255) = 31.32%

R = 34.24%
G = 34.45%
B = 31.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A4A596 (or 0xA4A596) is known color: Star Dust. HEX triplet: A4, A5 and 96. RGB value is (164,165,150). Sum of RGB (Red+Green+Blue) = 164+165+150=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A596 is #5B5A69. Grayscale: #A3A3A3. Windows color (decimal): -5986922 or 9872804. OLE color: 9872804.

HSL color Cylindrical-coordinate representation of color #A4A596: hue angle of 64º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4A596 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 165 150 -
CMYK 0.01 0 0.09 0.35
HSL 64º 0.08% 0.62% -
HSV(B) 64º 0.09% 0.65% -
XYZ 34.27 37 34.19 -
YUV 162.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 164 165 150 0.01 0 0.09 0.35 64 0.08 0.62
Hex A4 A5 96 1 0 9 23 40 8 3E
Octal 244 245 226 1 0 11 43 100 10 76
Binary 10100100 10100101 10010110 1 0 1001 100011 1000000 1000 111110

Color Harmonies of #A4A596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A596

Black with #A4A596

Text Example


Text Example

White with #A4A596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A596; }

 p { color: rgb(164,165,150); }

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

background-color css

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

 a { background-color: rgb(164,165,150); }

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

border-color css

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

 span { border-color: rgb(164,165,150); }

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