Html Css Color HEX #A5B46E Green Smoke

📋 copy color: '#A5B46E'

red 165 ◦ green 180 ◦ blue 110

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

Shades of Green Smoke #A5B46E

Tints of Green Smoke #A5B46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.56%

 BLUE value IS 110 (43.36% from 255) = 24.18%

R = 36.26%
G = 39.56%
B = 24.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#A5B46E (or 0xA5B46E) is known color: Green Smoke. HEX triplet: A5, B4 and 6E. RGB value is (165,180,110). Sum of RGB (Red+Green+Blue) = 165+180+110=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B46E is #5A4B91. Grayscale: #A7A7A7. Windows color (decimal): -5917586 or 7255205. OLE color: 7255205.

HSL color Cylindrical-coordinate representation of color #A5B46E: hue angle of 72.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5B46E is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 110 -
CMYK 0.08 0 0.39 0.29
HSL 72.86º 0.32% 0.57% -
HSV(B) 72.86º 0.39% 0.71% -
XYZ 34.65 41.77 20.99 -
YUV 167.54 95.53 126.19 -
System Red Green Blue C M Y K H S L
Decimal 165 180 110 0.08 0 0.39 0.29 72.86 0.32 0.57
Hex A5 B4 6E 8 0 27 1D 49 20 39
Octal 245 264 156 10 0 47 35 111 40 71
Binary 10100101 10110100 1101110 1000 0 100111 11101 1001001 100000 111001

Color Harmonies of #A5B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B46E

Black with #A5B46E

Text Example


Text Example

White with #A5B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B46E; }

 p { color: rgb(165,180,110); }

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

background-color css

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

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

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

border-color css

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

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

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