Html Css Color HEX #A68172 Hemp

📋 copy color: '#A68172'

red 166 ◦ green 129 ◦ blue 114

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

Shades of Hemp #A68172

Tints of Hemp #A68172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.54%

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

R = 40.59%
G = 31.54%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A68172 (or 0xA68172) is known color: Hemp. HEX triplet: A6, 81 and 72. RGB value is (166,129,114). Sum of RGB (Red+Green+Blue) = 166+129+114=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A68172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68172 is #597E8D. Grayscale: #8A8A8A. Windows color (decimal): -5865102 or 7504294. OLE color: 7504294.

HSL color Cylindrical-coordinate representation of color #A68172: hue angle of 17.31º 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 #A68172 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 129 114 -
CMYK 0 0.22 0.31 0.35
HSL 17.31º 0.23% 0.55% -
HSV(B) 17.31º 0.31% 0.65% -
XYZ 26.61 25.02 19.35 -
YUV 138.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 166 129 114 0 0.22 0.31 0.35 17.31 0.23 0.55
Hex A6 81 72 0 16 1F 23 11 17 37
Octal 246 201 162 0 26 37 43 21 27 67
Binary 10100110 10000001 1110010 0 10110 11111 100011 10001 10111 110111

Color Harmonies of #A68172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68172

Black with #A68172

Text Example


Text Example

White with #A68172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68172; }

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

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

background-color css

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

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

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

border-color css

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

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

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