Html Css Color HEX #A5AC63 Green Smoke

📋 copy color: '#A5AC63'

red 165 ◦ green 172 ◦ blue 99

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

Shades of Green Smoke #A5AC63

Tints of Green Smoke #A5AC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.71%

R = 37.84%
G = 39.45%
B = 22.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#A5AC63 (or 0xA5AC63) is known color: Green Smoke. HEX triplet: A5, AC and 63. RGB value is (165,172,99). Sum of RGB (Red+Green+Blue) = 165+172+99=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC63 is #5A539C. Grayscale: #A1A1A1. Windows color (decimal): -5919645 or 6532261. OLE color: 6532261.

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

Color convert

RGB 165 172 99 -
CMYK 0.04 0 0.42 0.33
HSL 65.75º 0.31% 0.53% -
HSV(B) 65.75º 0.42% 0.67% -
XYZ 32.52 38.41 17.5 -
YUV 161.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 165 172 99 0.04 0 0.42 0.33 65.75 0.31 0.53
Hex A5 AC 63 4 0 2A 21 42 1F 35
Octal 245 254 143 4 0 52 41 102 37 65
Binary 10100101 10101100 1100011 100 0 101010 100001 1000010 11111 110101

Color Harmonies of #A5AC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC63

Black with #A5AC63

Text Example


Text Example

White with #A5AC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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