Html Css Color HEX #A5AC6E Green Smoke

📋 copy color: '#A5AC6E'

red 165 ◦ green 172 ◦ blue 110

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

Shades of Green Smoke #A5AC6E

Tints of Green Smoke #A5AC6E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.48%

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

R = 36.91%
G = 38.48%
B = 24.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#A5AC6E (or 0xA5AC6E) is known color: Green Smoke. HEX triplet: A5, AC and 6E. RGB value is (165,172,110). Sum of RGB (Red+Green+Blue) = 165+172+110=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC6E is #5A5391. Grayscale: #A3A3A3. Windows color (decimal): -5919634 or 7253157. OLE color: 7253157.

HSL color Cylindrical-coordinate representation of color #A5AC6E: hue angle of 66.77º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5AC6E is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 172 110 -
CMYK 0.04 0 0.36 0.33
HSL 66.77º 0.27% 0.55% -
HSV(B) 66.77º 0.36% 0.67% -
XYZ 33.08 38.63 20.46 -
YUV 162.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 165 172 110 0.04 0 0.36 0.33 66.77 0.27 0.55
Hex A5 AC 6E 4 0 24 21 43 1B 37
Octal 245 254 156 4 0 44 41 103 33 67
Binary 10100101 10101100 1101110 100 0 100100 100001 1000011 11011 110111

Color Harmonies of #A5AC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC6E

Black with #A5AC6E

Text Example


Text Example

White with #A5AC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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