Html Css Color HEX #A4A565 Green Smoke

📋 copy color: '#A4A565'

red 164 ◦ green 165 ◦ blue 101

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

Shades of Green Smoke #A4A565

Tints of Green Smoke #A4A565

RGB

 RED value IS 164 (64.45% from 255) = 38.14%

 GREEN value IS 165 (64.84% from 255) = 38.37%

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

R = 38.14%
G = 38.37%
B = 23.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A4A565 (or 0xA4A565) is known color: Green Smoke. HEX triplet: A4, A5 and 65. RGB value is (164,165,101). Sum of RGB (Red+Green+Blue) = 164+165+101=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A565 is #5B5A9A. Grayscale: #9D9D9D. Windows color (decimal): -5986971 or 6661540. OLE color: 6661540.

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

Color convert

RGB 164 165 101 -
CMYK 0.01 0 0.39 0.35
HSL 60.94º 0.26% 0.52% -
HSV(B) 60.94º 0.39% 0.65% -
XYZ 31.11 35.74 17.57 -
YUV 157.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 164 165 101 0.01 0 0.39 0.35 60.94 0.26 0.52
Hex A4 A5 65 1 0 27 23 3D 1A 34
Octal 244 245 145 1 0 47 43 75 32 64
Binary 10100100 10100101 1100101 1 0 100111 100011 111101 11010 110100

Color Harmonies of #A4A565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A565

Black with #A4A565

Text Example


Text Example

White with #A4A565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A565; }

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

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

background-color css

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

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

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

border-color css

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

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

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