Html Css Color HEX #A5AC6F Green Smoke

📋 copy color: '#A5AC6F'

red 165 ◦ green 172 ◦ blue 111

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

Shades of Green Smoke #A5AC6F

Tints of Green Smoke #A5AC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.78%

R = 36.83%
G = 38.39%
B = 24.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#A5AC6F (or 0xA5AC6F) is known color: Green Smoke. HEX triplet: A5, AC and 6F. RGB value is (165,172,111). Sum of RGB (Red+Green+Blue) = 165+172+111=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC6F is #5A5390. Grayscale: #A3A3A3. Windows color (decimal): -5919633 or 7318693. OLE color: 7318693.

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

Color convert

RGB 165 172 111 -
CMYK 0.04 0 0.35 0.33
HSL 66.89º 0.27% 0.55% -
HSV(B) 66.89º 0.35% 0.67% -
XYZ 33.14 38.65 20.75 -
YUV 162.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 165 172 111 0.04 0 0.35 0.33 66.89 0.27 0.55
Hex A5 AC 6F 4 0 23 21 43 1B 37
Octal 245 254 157 4 0 43 41 103 33 67
Binary 10100101 10101100 1101111 100 0 100011 100001 1000011 11011 110111

Color Harmonies of #A5AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC6F

Black with #A5AC6F

Text Example


Text Example

White with #A5AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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