Html Css Color HEX #A6A098 Cloudy

📋 copy color: '#A6A098'

red 166 ◦ green 160 ◦ blue 152

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

Shades of Cloudy #A6A098

Tints of Cloudy #A6A098

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.47%

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

R = 34.73%
G = 33.47%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A6A098 (or 0xA6A098) is known color: Cloudy. HEX triplet: A6, A0 and 98. RGB value is (166,160,152). Sum of RGB (Red+Green+Blue) = 166+160+152=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A098 is #595F67. Grayscale: #A0A0A0. Windows color (decimal): -5857128 or 10002598. OLE color: 10002598.

HSL color Cylindrical-coordinate representation of color #A6A098: hue angle of 34.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 #A6A098 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 160 152 -
CMYK 0 0.04 0.08 0.35
HSL 34.29º 0.07% 0.62% -
HSV(B) 34.29º 0.08% 0.65% -
XYZ 33.96 35.52 34.77 -
YUV 160.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 166 160 152 0 0.04 0.08 0.35 34.29 0.07 0.62
Hex A6 A0 98 0 4 8 23 22 7 3E
Octal 246 240 230 0 4 10 43 42 7 76
Binary 10100110 10100000 10011000 0 100 1000 100011 100010 111 111110

Color Harmonies of #A6A098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A098

Black with #A6A098

Text Example


Text Example

White with #A6A098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A098; }

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

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

background-color css

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

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

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

border-color css

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

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

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