Html Css Color HEX #A5AB68 Green Smoke

📋 copy color: '#A5AB68'

red 165 ◦ green 171 ◦ blue 104

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

Shades of Green Smoke #A5AB68

Tints of Green Smoke #A5AB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 37.5%
G = 38.86%
B = 23.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#A5AB68 (or 0xA5AB68) is known color: Green Smoke. HEX triplet: A5, AB and 68. RGB value is (165,171,104). Sum of RGB (Red+Green+Blue) = 165+171+104=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB68 is #5A5497. Grayscale: #A1A1A1. Windows color (decimal): -5919896 or 6859685. OLE color: 6859685.

HSL color Cylindrical-coordinate representation of color #A5AB68: hue angle of 65.37º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5AB68 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 171 104 -
CMYK 0.04 0 0.39 0.33
HSL 65.37º 0.29% 0.54% -
HSV(B) 65.37º 0.39% 0.67% -
XYZ 32.58 38.12 18.74 -
YUV 161.57 95.51 130.45 -
System Red Green Blue C M Y K H S L
Decimal 165 171 104 0.04 0 0.39 0.33 65.37 0.29 0.54
Hex A5 AB 68 4 0 27 21 41 1D 36
Octal 245 253 150 4 0 47 41 101 35 66
Binary 10100101 10101011 1101000 100 0 100111 100001 1000001 11101 110110

Color Harmonies of #A5AB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AB68

Black with #A5AB68

Text Example


Text Example

White with #A5AB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AB68; }

 p { color: rgb(165,171,104); }

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

background-color css

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

 a { background-color: rgb(165,171,104); }

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

border-color css

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

 span { border-color: rgb(165,171,104); }

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