Html Css Color HEX #A5A760 Green Smoke

📋 copy color: '#A5A760'

red 165 ◦ green 167 ◦ blue 96

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

Shades of Green Smoke #A5A760

Tints of Green Smoke #A5A760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.02%

 BLUE value IS 96 (37.89% from 255) = 22.43%

R = 38.55%
G = 39.02%
B = 22.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5A760 (or 0xA5A760) is known color: Green Smoke. HEX triplet: A5, A7 and 60. RGB value is (165,167,96). Sum of RGB (Red+Green+Blue) = 165+167+96=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A760 is #5A589F. Grayscale: #9E9E9E. Windows color (decimal): -5920928 or 6334373. OLE color: 6334373.

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

Color convert

RGB 165 167 96 -
CMYK 0.01 0 0.43 0.35
HSL 61.69º 0.29% 0.52% -
HSV(B) 61.69º 0.43% 0.65% -
XYZ 31.45 36.48 16.45 -
YUV 158.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 165 167 96 0.01 0 0.43 0.35 61.69 0.29 0.52
Hex A5 A7 60 1 0 2B 23 3E 1D 34
Octal 245 247 140 1 0 53 43 76 35 64
Binary 10100101 10100111 1100000 1 0 101011 100011 111110 11101 110100

Color Harmonies of #A5A760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A760

Black with #A5A760

Text Example


Text Example

White with #A5A760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A760; }

 p { color: rgb(165,167,96); }

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

background-color css

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

 a { background-color: rgb(165,167,96); }

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

border-color css

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

 span { border-color: rgb(165,167,96); }

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