Html Css Color HEX #A4A696 Star Dust

📋 copy color: '#A4A696'

red 164 ◦ green 166 ◦ blue 150

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

Shades of Star Dust #A4A696

Tints of Star Dust #A4A696

RGB

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

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

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

R = 34.17%
G = 34.58%
B = 31.25%

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

#A4A696 (or 0xA4A696) is known color: Star Dust. HEX triplet: A4, A6 and 96. RGB value is (164,166,150). Sum of RGB (Red+Green+Blue) = 164+166+150=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A696 is #5B5969. Grayscale: #A3A3A3. Windows color (decimal): -5986666 or 9873060. OLE color: 9873060.

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

Color convert

RGB 164 166 150 -
CMYK 0.01 0 0.10 0.35
HSL 67.5º 0.08% 0.62% -
HSV(B) 67.5º 0.1% 0.65% -
XYZ 34.45 37.37 34.25 -
YUV 163.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 164 166 150 0.01 0 0.10 0.35 67.5 0.08 0.62
Hex A4 A6 96 1 0 A 23 44 8 3E
Octal 244 246 226 1 0 12 43 104 10 76
Binary 10100100 10100110 10010110 1 0 1010 100011 1000100 1000 111110

Color Harmonies of #A4A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A696

Black with #A4A696

Text Example


Text Example

White with #A4A696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A696; }

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

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

background-color css

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

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

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

border-color css

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

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

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