Html Css Color HEX #A1A397 Star Dust

📋 copy color: '#A1A397'

red 161 ◦ green 163 ◦ blue 151

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

Shades of Star Dust #A1A397

Tints of Star Dust #A1A397

RGB

 RED value IS 161 (63.28% from 255) = 33.89%

 GREEN value IS 163 (64.06% from 255) = 34.32%

 BLUE value IS 151 (59.38% from 255) = 31.79%

R = 33.89%
G = 34.32%
B = 31.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A1A397 (or 0xA1A397) is known color: Star Dust. HEX triplet: A1, A3 and 97. RGB value is (161,163,151). Sum of RGB (Red+Green+Blue) = 161+163+151=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A397 is #5E5C68. Grayscale: #A1A1A1. Windows color (decimal): -6184041 or 9937825. OLE color: 9937825.

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

Color convert

RGB 161 163 151 -
CMYK 0.01 0 0.07 0.36
HSL 70º 0.06% 0.62% -
HSV(B) 70º 0.07% 0.64% -
XYZ 33.38 36.01 34.47 -
YUV 161.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 161 163 151 0.01 0 0.07 0.36 70 0.06 0.62
Hex A1 A3 97 1 0 7 24 46 6 3E
Octal 241 243 227 1 0 7 44 106 6 76
Binary 10100001 10100011 10010111 1 0 111 100100 1000110 110 111110

Color Harmonies of #A1A397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A397

Black with #A1A397

Text Example


Text Example

White with #A1A397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A397; }

 p { color: rgb(161,163,151); }

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

background-color css

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

 a { background-color: rgb(161,163,151); }

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

border-color css

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

 span { border-color: rgb(161,163,151); }

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