Html Css Color HEX #A4A594 Star Dust

📋 copy color: '#A4A594'

red 164 ◦ green 165 ◦ blue 148

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

Shades of Star Dust #A4A594

Tints of Star Dust #A4A594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.03%

R = 34.38%
G = 34.59%
B = 31.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A4A594 (or 0xA4A594) is known color: Star Dust. HEX triplet: A4, A5 and 94. RGB value is (164,165,148). Sum of RGB (Red+Green+Blue) = 164+165+148=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A594 is #5B5A6B. Grayscale: #A2A2A2. Windows color (decimal): -5986924 or 9741732. OLE color: 9741732.

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

Color convert

RGB 164 165 148 -
CMYK 0.01 0 0.10 0.35
HSL 63.53º 0.09% 0.61% -
HSV(B) 63.53º 0.1% 0.65% -
XYZ 34.11 36.94 33.35 -
YUV 162.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 164 165 148 0.01 0 0.10 0.35 63.53 0.09 0.61
Hex A4 A5 94 1 0 A 23 40 9 3D
Octal 244 245 224 1 0 12 43 100 11 75
Binary 10100100 10100101 10010100 1 0 1010 100011 1000000 1001 111101

Color Harmonies of #A4A594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A594

Black with #A4A594

Text Example


Text Example

White with #A4A594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A594; }

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

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

background-color css

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

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

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

border-color css

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

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

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