Html Css Color HEX #A8A599 Foggy Grey

📋 copy color: '#A8A599'

red 168 ◦ green 165 ◦ blue 153

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

Shades of Foggy Grey #A8A599

Tints of Foggy Grey #A8A599

RGB

 RED value IS 168 (66.02% from 255) = 34.57%

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

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

R = 34.57%
G = 33.95%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A8A599 (or 0xA8A599) is known color: Foggy Grey. HEX triplet: A8, A5 and 99. RGB value is (168,165,153). Sum of RGB (Red+Green+Blue) = 168+165+153=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A599 is #575A66. Grayscale: #A4A4A4. Windows color (decimal): -5724775 or 10069416. OLE color: 10069416.

HSL color Cylindrical-coordinate representation of color #A8A599: hue angle of 48º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8A599 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 165 153 -
CMYK 0 0.02 0.09 0.34
HSL 48º 0.08% 0.63% -
HSV(B) 48º 0.09% 0.66% -
XYZ 35.35 37.54 35.52 -
YUV 164.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 168 165 153 0 0.02 0.09 0.34 48 0.08 0.63
Hex A8 A5 99 0 2 9 22 30 8 3F
Octal 250 245 231 0 2 11 42 60 10 77
Binary 10101000 10100101 10011001 0 10 1001 100010 110000 1000 111111

Color Harmonies of #A8A599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A599

Black with #A8A599

Text Example


Text Example

White with #A8A599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A599; }

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

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

background-color css

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

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

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

border-color css

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

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

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