Html Css Color HEX #A0A368 Green Smoke

📋 copy color: '#A0A368'

red 160 ◦ green 163 ◦ blue 104

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

Shades of Green Smoke #A0A368

Tints of Green Smoke #A0A368

RGB

 RED value IS 160 (62.89% from 255) = 37.47%

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

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

R = 37.47%
G = 38.17%
B = 24.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A0A368 (or 0xA0A368) is known color: Green Smoke. HEX triplet: A0, A3 and 68. RGB value is (160,163,104). Sum of RGB (Red+Green+Blue) = 160+163+104=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A368 is #5F5C97. Grayscale: #9B9B9B. Windows color (decimal): -6249624 or 6857632. OLE color: 6857632.

HSL color Cylindrical-coordinate representation of color #A0A368: hue angle of 63.05º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0A368 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 163 104 -
CMYK 0.02 0 0.36 0.36
HSL 63.05º 0.24% 0.52% -
HSV(B) 63.05º 0.36% 0.64% -
XYZ 30.09 34.67 18.2 -
YUV 155.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 160 163 104 0.02 0 0.36 0.36 63.05 0.24 0.52
Hex A0 A3 68 2 0 24 24 3F 18 34
Octal 240 243 150 2 0 44 44 77 30 64
Binary 10100000 10100011 1101000 10 0 100100 100100 111111 11000 110100

Color Harmonies of #A0A368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A368

Black with #A0A368

Text Example


Text Example

White with #A0A368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A368; }

 p { color: rgb(160,163,104); }

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

background-color css

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

 a { background-color: rgb(160,163,104); }

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

border-color css

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

 span { border-color: rgb(160,163,104); }

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