Html Css Color HEX #A5A365 Green Smoke

📋 copy color: '#A5A365'

red 165 ◦ green 163 ◦ blue 101

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

Shades of Green Smoke #A5A365

Tints of Green Smoke #A5A365

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38%

 BLUE value IS 101 (39.84% from 255) = 23.54%

R = 38.46%
G = 38%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A5A365 (or 0xA5A365) is known color: Green Smoke. HEX triplet: A5, A3 and 65. RGB value is (165,163,101). Sum of RGB (Red+Green+Blue) = 165+163+101=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A365 is #5A5C9A. Grayscale: #9C9C9C. Windows color (decimal): -5921947 or 6661029. OLE color: 6661029.

HSL color Cylindrical-coordinate representation of color #A5A365: hue angle of 58.12º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5A365 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 163 101 -
CMYK 0 0.01 0.39 0.35
HSL 58.13º 0.26% 0.52% -
HSV(B) 58.13º 0.39% 0.65% -
XYZ 30.96 35.13 17.46 -
YUV 156.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 165 163 101 0 0.01 0.39 0.35 58.13 0.26 0.52
Hex A5 A3 65 0 1 27 23 3A 1A 34
Octal 245 243 145 0 1 47 43 72 32 64
Binary 10100101 10100011 1100101 0 1 100111 100011 111010 11010 110100

Color Harmonies of #A5A365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A365

Black with #A5A365

Text Example


Text Example

White with #A5A365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A365; }

 p { color: rgb(165,163,101); }

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

background-color css

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

 a { background-color: rgb(165,163,101); }

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

border-color css

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

 span { border-color: rgb(165,163,101); }

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