Html Css Color HEX #A7A097 Cloudy

📋 copy color: '#A7A097'

red 167 ◦ green 160 ◦ blue 151

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

Shades of Cloudy #A7A097

Tints of Cloudy #A7A097

RGB

 RED value IS 167 (65.63% from 255) = 34.94%

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

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

R = 34.94%
G = 33.47%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A7A097 (or 0xA7A097) is known color: Cloudy. HEX triplet: A7, A0 and 97. RGB value is (167,160,151). Sum of RGB (Red+Green+Blue) = 167+160+151=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A097 is #585F68. Grayscale: #A1A1A1. Windows color (decimal): -5791593 or 9937063. OLE color: 9937063.

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

Color convert

RGB 167 160 151 -
CMYK 0 0.04 0.10 0.35
HSL 33.75º 0.08% 0.62% -
HSV(B) 33.75º 0.1% 0.65% -
XYZ 34.09 35.59 34.35 -
YUV 161.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 167 160 151 0 0.04 0.10 0.35 33.75 0.08 0.62
Hex A7 A0 97 0 4 A 23 22 8 3E
Octal 247 240 227 0 4 12 43 42 10 76
Binary 10100111 10100000 10010111 0 100 1010 100011 100010 1000 111110

Color Harmonies of #A7A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A097

Black with #A7A097

Text Example


Text Example

White with #A7A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A097; }

 p { color: rgb(167,160,151); }

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

background-color css

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

 a { background-color: rgb(167,160,151); }

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

border-color css

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

 span { border-color: rgb(167,160,151); }

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