Html Css Color HEX #A5A265 Green Smoke

📋 copy color: '#A5A265'

red 165 ◦ green 162 ◦ blue 101

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

Shades of Green Smoke #A5A265

Tints of Green Smoke #A5A265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

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

R = 38.55%
G = 37.85%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A5A265 (or 0xA5A265) is known color: Green Smoke. HEX triplet: A5, A2 and 65. RGB value is (165,162,101). Sum of RGB (Red+Green+Blue) = 165+162+101=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A265 is #5A5D9A. Grayscale: #9C9C9C. Windows color (decimal): -5922203 or 6660773. OLE color: 6660773.

HSL color Cylindrical-coordinate representation of color #A5A265: hue angle of 57.19º 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 #A5A265 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 162 101 -
CMYK 0 0.02 0.39 0.35
HSL 57.19º 0.26% 0.52% -
HSV(B) 57.19º 0.39% 0.65% -
XYZ 30.79 34.78 17.4 -
YUV 155.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 165 162 101 0 0.02 0.39 0.35 57.19 0.26 0.52
Hex A5 A2 65 0 2 27 23 39 1A 34
Octal 245 242 145 0 2 47 43 71 32 64
Binary 10100101 10100010 1100101 0 10 100111 100011 111001 11010 110100

Color Harmonies of #A5A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A265

Black with #A5A265

Text Example


Text Example

White with #A5A265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A265; }

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

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

background-color css

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

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

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

border-color css

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

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

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