Html Css Color HEX #A5A599 Foggy Grey

📋 copy color: '#A5A599'

red 165 ◦ green 165 ◦ blue 153

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

Shades of Foggy Grey #A5A599

Tints of Foggy Grey #A5A599

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.16%

 BLUE value IS 153 (60.16% from 255) = 31.68%

R = 34.16%
G = 34.16%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A5A599 (or 0xA5A599) is known color: Foggy Grey. HEX triplet: A5, A5 and 99. RGB value is (165,165,153). Sum of RGB (Red+Green+Blue) = 165+165+153=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A599 is #5A5A66. Grayscale: #A3A3A3. Windows color (decimal): -5921383 or 10069413. OLE color: 10069413.

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

Color convert

RGB 165 165 153 -
CMYK 0 0 0.07 0.35
HSL 60º 0.06% 0.62% -
HSV(B) 60º 0.07% 0.65% -
XYZ 34.72 37.21 35.49 -
YUV 163.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 165 165 153 0 0 0.07 0.35 60 0.06 0.62
Hex A5 A5 99 0 0 7 23 3C 6 3E
Octal 245 245 231 0 0 7 43 74 6 76
Binary 10100101 10100101 10011001 0 0 111 100011 111100 110 111110

Color Harmonies of #A5A599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A599

Black with #A5A599

Text Example


Text Example

White with #A5A599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A599; }

 p { color: rgb(165,165,153); }

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

background-color css

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

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

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

border-color css

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

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

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