Html Css Color HEX #A3A062 Green Smoke

📋 copy color: '#A3A062'

red 163 ◦ green 160 ◦ blue 98

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

Shades of Green Smoke #A3A062

Tints of Green Smoke #A3A062

RGB

 RED value IS 163 (64.06% from 255) = 38.72%

 GREEN value IS 160 (62.89% from 255) = 38%

 BLUE value IS 98 (38.67% from 255) = 23.28%

R = 38.72%
G = 38%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A3A062 (or 0xA3A062) is known color: Green Smoke. HEX triplet: A3, A0 and 62. RGB value is (163,160,98). Sum of RGB (Red+Green+Blue) = 163+160+98=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A062 is #5C5F9D. Grayscale: #9A9A9A. Windows color (decimal): -6053790 or 6463651. OLE color: 6463651.

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

Color convert

RGB 163 160 98 -
CMYK 0 0.02 0.40 0.36
HSL 57.23º 0.26% 0.51% -
HSV(B) 57.23º 0.4% 0.64% -
XYZ 29.88 33.81 16.51 -
YUV 153.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 163 160 98 0 0.02 0.40 0.36 57.23 0.26 0.51
Hex A3 A0 62 0 2 28 24 39 1A 33
Octal 243 240 142 0 2 50 44 71 32 63
Binary 10100011 10100000 1100010 0 10 101000 100100 111001 11010 110011

Color Harmonies of #A3A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A062

Black with #A3A062

Text Example


Text Example

White with #A3A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A062; }

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

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

background-color css

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

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

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

border-color css

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

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

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