Html Css Color HEX #A3B068 Green Smoke

📋 copy color: '#A3B068'

red 163 ◦ green 176 ◦ blue 104

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

Shades of Green Smoke #A3B068

Tints of Green Smoke #A3B068

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.73%

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

R = 36.79%
G = 39.73%
B = 23.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#A3B068 (or 0xA3B068) is known color: Green Smoke. HEX triplet: A3, B0 and 68. RGB value is (163,176,104). Sum of RGB (Red+Green+Blue) = 163+176+104=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B068 is #5C4F97. Grayscale: #A4A4A4. Windows color (decimal): -6049688 or 6860963. OLE color: 6860963.

HSL color Cylindrical-coordinate representation of color #A3B068: hue angle of 70.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3B068 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 176 104 -
CMYK 0.07 0 0.41 0.31
HSL 70.83º 0.31% 0.55% -
HSV(B) 70.83º 0.41% 0.69% -
XYZ 33.13 39.84 19.04 -
YUV 163.91 94.19 127.35 -
System Red Green Blue C M Y K H S L
Decimal 163 176 104 0.07 0 0.41 0.31 70.83 0.31 0.55
Hex A3 B0 68 7 0 29 1F 47 1F 37
Octal 243 260 150 7 0 51 37 107 37 67
Binary 10100011 10110000 1101000 111 0 101001 11111 1000111 11111 110111

Color Harmonies of #A3B068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B068

Black with #A3B068

Text Example


Text Example

White with #A3B068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B068; }

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

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

background-color css

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

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

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

border-color css

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

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

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