Html Css Color HEX #A5A058 Green Smoke

📋 copy color: '#A5A058'

red 165 ◦ green 160 ◦ blue 88

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

Shades of Green Smoke #A5A058

Tints of Green Smoke #A5A058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.31%

R = 39.95%
G = 38.74%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A5A058 (or 0xA5A058) is known color: Green Smoke. HEX triplet: A5, A0 and 58. RGB value is (165,160,88). Sum of RGB (Red+Green+Blue) = 165+160+88=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A058 is #5A5FA7. Grayscale: #999999. Windows color (decimal): -5922728 or 5808293. OLE color: 5808293.

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

Color convert

RGB 165 160 88 -
CMYK 0 0.03 0.47 0.35
HSL 56.1º 0.3% 0.5% -
HSV(B) 56.1º 0.47% 0.65% -
XYZ 29.85 33.85 14.19 -
YUV 153.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 165 160 88 0 0.03 0.47 0.35 56.1 0.3 0.5
Hex A5 A0 58 0 3 2F 23 38 1E 32
Octal 245 240 130 0 3 57 43 70 36 62
Binary 10100101 10100000 1011000 0 11 101111 100011 111000 11110 110010

Color Harmonies of #A5A058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A058

Black with #A5A058

Text Example


Text Example

White with #A5A058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A058; }

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

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

background-color css

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

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

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

border-color css

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

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

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