Html Css Color HEX #A5A35C Green Smoke

📋 copy color: '#A5A35C'

red 165 ◦ green 163 ◦ blue 92

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

Shades of Green Smoke #A5A35C

Tints of Green Smoke #A5A35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.9%

R = 39.29%
G = 38.81%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5A35C (or 0xA5A35C) is known color: Green Smoke. HEX triplet: A5, A3 and 5C. RGB value is (165,163,92). Sum of RGB (Red+Green+Blue) = 165+163+92=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A35C is #5A5CA3. Grayscale: #9B9B9B. Windows color (decimal): -5921956 or 6071205. OLE color: 6071205.

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

Color convert

RGB 165 163 92 -
CMYK 0 0.01 0.44 0.35
HSL 58.36º 0.29% 0.5% -
HSV(B) 58.36º 0.44% 0.65% -
XYZ 30.55 34.97 15.26 -
YUV 155.5 92.16 134.77 -
System Red Green Blue C M Y K H S L
Decimal 165 163 92 0 0.01 0.44 0.35 58.36 0.29 0.5
Hex A5 A3 5C 0 1 2C 23 3A 1D 32
Octal 245 243 134 0 1 54 43 72 35 62
Binary 10100101 10100011 1011100 0 1 101100 100011 111010 11101 110010

Color Harmonies of #A5A35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A35C

Black with #A5A35C

Text Example


Text Example

White with #A5A35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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