Html Css Color HEX #A4A29F Cloudy

📋 copy color: '#A4A29F'

red 164 ◦ green 162 ◦ blue 159

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

Shades of Cloudy #A4A29F

Tints of Cloudy #A4A29F

RGB

 RED value IS 164 (64.45% from 255) = 33.81%

 GREEN value IS 162 (63.67% from 255) = 33.4%

 BLUE value IS 159 (62.5% from 255) = 32.78%

R = 33.81%
G = 33.4%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4A29F (or 0xA4A29F) is known color: Cloudy. HEX triplet: A4, A2 and 9F. RGB value is (164,162,159). Sum of RGB (Red+Green+Blue) = 164+162+159=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A29F is #5B5D60. Grayscale: #A2A2A2. Windows color (decimal): -5987681 or 10461860. OLE color: 10461860.

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

Color convert

RGB 164 162 159 -
CMYK 0 0.01 0.03 0.36
HSL 36º 0.03% 0.63% -
HSV(B) 36º 0.03% 0.64% -
XYZ 34.49 36.24 37.98 -
YUV 162.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 164 162 159 0 0.01 0.03 0.36 36 0.03 0.63
Hex A4 A2 9F 0 1 3 24 24 3 3F
Octal 244 242 237 0 1 3 44 44 3 77
Binary 10100100 10100010 10011111 0 1 11 100100 100100 11 111111

Color Harmonies of #A4A29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A29F

Black with #A4A29F

Text Example


Text Example

White with #A4A29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A29F; }

 p { color: rgb(164,162,159); }

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

background-color css

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

 a { background-color: rgb(164,162,159); }

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

border-color css

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

 span { border-color: rgb(164,162,159); }

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