Html Css Color HEX #A6A19B Cloudy

📋 copy color: '#A6A19B'

red 166 ◦ green 161 ◦ blue 155

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

Shades of Cloudy #A6A19B

Tints of Cloudy #A6A19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.4%

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

R = 34.44%
G = 33.4%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6A19B (or 0xA6A19B) is known color: Cloudy. HEX triplet: A6, A1 and 9B. RGB value is (166,161,155). Sum of RGB (Red+Green+Blue) = 166+161+155=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A19B is #595E64. Grayscale: #A1A1A1. Windows color (decimal): -5856869 or 10199462. OLE color: 10199462.

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

Color convert

RGB 166 161 155 -
CMYK 0 0.03 0.07 0.35
HSL 32.73º 0.06% 0.63% -
HSV(B) 32.73º 0.07% 0.65% -
XYZ 34.39 35.96 36.14 -
YUV 161.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 166 161 155 0 0.03 0.07 0.35 32.73 0.06 0.63
Hex A6 A1 9B 0 3 7 23 21 6 3F
Octal 246 241 233 0 3 7 43 41 6 77
Binary 10100110 10100001 10011011 0 11 111 100011 100001 110 111111

Color Harmonies of #A6A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A19B

Black with #A6A19B

Text Example


Text Example

White with #A6A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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