Html Css Color HEX #A68072 Hemp

📋 copy color: '#A68072'

red 166 ◦ green 128 ◦ blue 114

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

Shades of Hemp #A68072

Tints of Hemp #A68072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.94%

R = 40.69%
G = 31.37%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A68072 (or 0xA68072) is known color: Hemp. HEX triplet: A6, 80 and 72. RGB value is (166,128,114). Sum of RGB (Red+Green+Blue) = 166+128+114=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A68072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68072 is #597F8D. Grayscale: #898989. Windows color (decimal): -5865358 or 7504038. OLE color: 7504038.

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

Color convert

RGB 166 128 114 -
CMYK 0 0.23 0.31 0.35
HSL 16.15º 0.23% 0.55% -
HSV(B) 16.15º 0.31% 0.65% -
XYZ 26.48 24.76 19.3 -
YUV 137.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 166 128 114 0 0.23 0.31 0.35 16.15 0.23 0.55
Hex A6 80 72 0 17 1F 23 10 17 37
Octal 246 200 162 0 27 37 43 20 27 67
Binary 10100110 10000000 1110010 0 10111 11111 100011 10000 10111 110111

Color Harmonies of #A68072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68072

Black with #A68072

Text Example


Text Example

White with #A68072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68072; }

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

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

background-color css

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

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

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

border-color css

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

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

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