Html Css Color HEX #A5A754 Green Smoke

📋 copy color: '#A5A754'

red 165 ◦ green 167 ◦ blue 84

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

Shades of Green Smoke #A5A754

Tints of Green Smoke #A5A754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.19%

R = 39.66%
G = 40.14%
B = 20.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A5A754 (or 0xA5A754) is known color: Green Smoke. HEX triplet: A5, A7 and 54. RGB value is (165,167,84). Sum of RGB (Red+Green+Blue) = 165+167+84=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A754 is #5A58AB. Grayscale: #9D9D9D. Windows color (decimal): -5920940 or 5547941. OLE color: 5547941.

HSL color Cylindrical-coordinate representation of color #A5A754: hue angle of 61.45º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5A754 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 167 84 -
CMYK 0.01 0 0.50 0.35
HSL 61.45º 0.33% 0.49% -
HSV(B) 61.45º 0.5% 0.65% -
XYZ 30.94 36.28 13.76 -
YUV 156.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 165 167 84 0.01 0 0.50 0.35 61.45 0.33 0.49
Hex A5 A7 54 1 0 32 23 3D 21 31
Octal 245 247 124 1 0 62 43 75 41 61
Binary 10100101 10100111 1010100 1 0 110010 100011 111101 100001 110001

Color Harmonies of #A5A754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A754

Black with #A5A754

Text Example


Text Example

White with #A5A754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A754; }

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

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

background-color css

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

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

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

border-color css

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

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

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