Html Css Color HEX #A5A29E Cloudy

📋 copy color: '#A5A29E'

red 165 ◦ green 162 ◦ blue 158

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

Shades of Cloudy #A5A29E

Tints of Cloudy #A5A29E

RGB

 RED value IS 165 (64.84% from 255) = 34.02%

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

 BLUE value IS 158 (62.11% from 255) = 32.58%

R = 34.02%
G = 33.4%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5A29E (or 0xA5A29E) is known color: Cloudy. HEX triplet: A5, A2 and 9E. RGB value is (165,162,158). Sum of RGB (Red+Green+Blue) = 165+162+158=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A29E is #5A5D61. Grayscale: #A2A2A2. Windows color (decimal): -5922146 or 10396325. OLE color: 10396325.

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

Color convert

RGB 165 162 158 -
CMYK 0 0.02 0.04 0.35
HSL 34.29º 0.04% 0.63% -
HSV(B) 34.29º 0.04% 0.65% -
XYZ 34.61 36.31 37.53 -
YUV 162.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 165 162 158 0 0.02 0.04 0.35 34.29 0.04 0.63
Hex A5 A2 9E 0 2 4 23 22 4 3F
Octal 245 242 236 0 2 4 43 42 4 77
Binary 10100101 10100010 10011110 0 10 100 100011 100010 100 111111

Color Harmonies of #A5A29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A29E

Black with #A5A29E

Text Example


Text Example

White with #A5A29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A29E; }

 p { color: rgb(165,162,158); }

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

background-color css

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

 a { background-color: rgb(165,162,158); }

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

border-color css

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

 span { border-color: rgb(165,162,158); }

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