Html Css Color HEX #A69998 Dusty Grey

📋 copy color: '#A69998'

red 166 ◦ green 153 ◦ blue 152

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

Shades of Dusty Grey #A69998

Tints of Dusty Grey #A69998

RGB

 RED value IS 166 (65.23% from 255) = 35.24%

 GREEN value IS 153 (60.16% from 255) = 32.48%

 BLUE value IS 152 (59.77% from 255) = 32.27%

R = 35.24%
G = 32.48%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A69998 (or 0xA69998) is known color: Dusty Grey. HEX triplet: A6, 99 and 98. RGB value is (166,153,152). Sum of RGB (Red+Green+Blue) = 166+153+152=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 166 - color contains mainly: red. Hex color #A69998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69998 is #596667. Grayscale: #9C9C9C. Windows color (decimal): -5858920 or 10000806. OLE color: 10000806.

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

Color convert

RGB 166 153 152 -
CMYK 0 0.08 0.08 0.35
HSL 4.29º 0.07% 0.62% -
HSV(B) 4.29º 0.08% 0.65% -
XYZ 32.78 33.16 34.38 -
YUV 156.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 166 153 152 0 0.08 0.08 0.35 4.29 0.07 0.62
Hex A6 99 98 0 8 8 23 4 7 3E
Octal 246 231 230 0 10 10 43 4 7 76
Binary 10100110 10011001 10011000 0 1000 1000 100011 100 111 111110

Color Harmonies of #A69998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69998

Black with #A69998

Text Example


Text Example

White with #A69998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69998; }

 p { color: rgb(166,153,152); }

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

background-color css

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

 a { background-color: rgb(166,153,152); }

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

border-color css

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

 span { border-color: rgb(166,153,152); }

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