Html Css Color HEX #A5A09D Cloudy

📋 copy color: '#A5A09D'

red 165 ◦ green 160 ◦ blue 157

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

Shades of Cloudy #A5A09D

Tints of Cloudy #A5A09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.57%

R = 34.23%
G = 33.2%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5A09D (or 0xA5A09D) is known color: Cloudy. HEX triplet: A5, A0 and 9D. RGB value is (165,160,157). Sum of RGB (Red+Green+Blue) = 165+160+157=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A09D is #5A5F62. Grayscale: #A1A1A1. Windows color (decimal): -5922659 or 10330277. OLE color: 10330277.

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

Color convert

RGB 165 160 157 -
CMYK 0 0.03 0.05 0.35
HSL 22.5º 0.04% 0.63% -
HSV(B) 22.5º 0.05% 0.65% -
XYZ 34.17 35.58 36.96 -
YUV 161.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 165 160 157 0 0.03 0.05 0.35 22.5 0.04 0.63
Hex A5 A0 9D 0 3 5 23 16 4 3F
Octal 245 240 235 0 3 5 43 26 4 77
Binary 10100101 10100000 10011101 0 11 101 100011 10110 100 111111

Color Harmonies of #A5A09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A09D

Black with #A5A09D

Text Example


Text Example

White with #A5A09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A09D; }

 p { color: rgb(165,160,157); }

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

background-color css

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

 a { background-color: rgb(165,160,157); }

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

border-color css

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

 span { border-color: rgb(165,160,157); }

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