Html Css Color HEX #A68070 Hemp

📋 copy color: '#A68070'

red 166 ◦ green 128 ◦ blue 112

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

Shades of Hemp #A68070

Tints of Hemp #A68070

RGB

 RED value IS 166 (65.23% from 255) = 40.89%

 GREEN value IS 128 (50.39% from 255) = 31.53%

 BLUE value IS 112 (44.14% from 255) = 27.59%

R = 40.89%
G = 31.53%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A68070 (or 0xA68070) is known color: Hemp. HEX triplet: A6, 80 and 70. RGB value is (166,128,112). Sum of RGB (Red+Green+Blue) = 166+128+112=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A68070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68070 is #597F8F. Grayscale: #898989. Windows color (decimal): -5865360 or 7372966. OLE color: 7372966.

HSL color Cylindrical-coordinate representation of color #A68070: hue angle of 17.78º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68070 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 128 112 -
CMYK 0 0.23 0.33 0.35
HSL 17.78º 0.23% 0.55% -
HSV(B) 17.78º 0.33% 0.65% -
XYZ 26.37 24.72 18.71 -
YUV 137.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 166 128 112 0 0.23 0.33 0.35 17.78 0.23 0.55
Hex A6 80 70 0 17 21 23 12 17 37
Octal 246 200 160 0 27 41 43 22 27 67
Binary 10100110 10000000 1110000 0 10111 100001 100011 10010 10111 110111

Color Harmonies of #A68070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68070

Black with #A68070

Text Example


Text Example

White with #A68070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68070; }

 p { color: rgb(166,128,112); }

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

background-color css

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

 a { background-color: rgb(166,128,112); }

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

border-color css

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

 span { border-color: rgb(166,128,112); }

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