Html Css Color HEX #A4A69B Star Dust

📋 copy color: '#A4A69B'

red 164 ◦ green 166 ◦ blue 155

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

Shades of Star Dust #A4A69B

Tints of Star Dust #A4A69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.96%

R = 33.81%
G = 34.23%
B = 31.96%

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

#A4A69B (or 0xA4A69B) is known color: Star Dust. HEX triplet: A4, A6 and 9B. RGB value is (164,166,155). Sum of RGB (Red+Green+Blue) = 164+166+155=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A69B is #5B5964. Grayscale: #A4A4A4. Windows color (decimal): -5986661 or 10200740. OLE color: 10200740.

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

Color convert

RGB 164 166 155 -
CMYK 0.01 0 0.07 0.35
HSL 70.91º 0.06% 0.63% -
HSV(B) 70.91º 0.07% 0.65% -
XYZ 34.86 37.53 36.42 -
YUV 164.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 164 166 155 0.01 0 0.07 0.35 70.91 0.06 0.63
Hex A4 A6 9B 1 0 7 23 47 6 3F
Octal 244 246 233 1 0 7 43 107 6 77
Binary 10100100 10100110 10011011 1 0 111 100011 1000111 110 111111

Color Harmonies of #A4A69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A69B

Black with #A4A69B

Text Example


Text Example

White with #A4A69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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