Html Css Color HEX #A4A69A Star Dust

📋 copy color: '#A4A69A'

red 164 ◦ green 166 ◦ blue 154

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

Shades of Star Dust #A4A69A

Tints of Star Dust #A4A69A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.3%

 BLUE value IS 154 (60.55% from 255) = 31.82%

R = 33.88%
G = 34.3%
B = 31.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A4A69A (or 0xA4A69A) is known color: Star Dust. HEX triplet: A4, A6 and 9A. RGB value is (164,166,154). Sum of RGB (Red+Green+Blue) = 164+166+154=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A69A is #5B5965. Grayscale: #A4A4A4. Windows color (decimal): -5986662 or 10135204. OLE color: 10135204.

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

Color convert

RGB 164 166 154 -
CMYK 0.01 0 0.07 0.35
HSL 70º 0.06% 0.63% -
HSV(B) 70º 0.07% 0.65% -
XYZ 34.78 37.5 35.98 -
YUV 164.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 164 166 154 0.01 0 0.07 0.35 70 0.06 0.63
Hex A4 A6 9A 1 0 7 23 46 6 3F
Octal 244 246 232 1 0 7 43 106 6 77
Binary 10100100 10100110 10011010 1 0 111 100011 1000110 110 111111

Color Harmonies of #A4A69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A69A

Black with #A4A69A

Text Example


Text Example

White with #A4A69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A69A; }

 p { color: rgb(164,166,154); }

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

background-color css

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

 a { background-color: rgb(164,166,154); }

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

border-color css

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

 span { border-color: rgb(164,166,154); }

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