Html Css Color HEX #A3A594 Star Dust

📋 copy color: '#A3A594'

red 163 ◦ green 165 ◦ blue 148

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

Shades of Star Dust #A3A594

Tints of Star Dust #A3A594

RGB

 RED value IS 163 (64.06% from 255) = 34.24%

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

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

R = 34.24%
G = 34.66%
B = 31.09%

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

#A3A594 (or 0xA3A594) is known color: Star Dust. HEX triplet: A3, A5 and 94. RGB value is (163,165,148). Sum of RGB (Red+Green+Blue) = 163+165+148=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A594 is #5C5A6B. Grayscale: #A2A2A2. Windows color (decimal): -6052460 or 9741731. OLE color: 9741731.

HSL color Cylindrical-coordinate representation of color #A3A594: hue angle of 67.06º 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 #A3A594 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 165 148 -
CMYK 0.01 0 0.10 0.35
HSL 67.06º 0.09% 0.61% -
HSV(B) 67.06º 0.1% 0.65% -
XYZ 33.9 36.83 33.34 -
YUV 162.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 163 165 148 0.01 0 0.10 0.35 67.06 0.09 0.61
Hex A3 A5 94 1 0 A 23 43 9 3D
Octal 243 245 224 1 0 12 43 103 11 75
Binary 10100011 10100101 10010100 1 0 1010 100011 1000011 1001 111101

Color Harmonies of #A3A594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A594

Black with #A3A594

Text Example


Text Example

White with #A3A594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A594; }

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

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

background-color css

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

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

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

border-color css

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

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

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