Html Css Color HEX #A67D72 Hemp

📋 copy color: '#A67D72'

red 166 ◦ green 125 ◦ blue 114

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

Shades of Hemp #A67D72

Tints of Hemp #A67D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.86%

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

R = 40.99%
G = 30.86%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A67D72 (or 0xA67D72) is known color: Hemp. HEX triplet: A6, 7D and 72. RGB value is (166,125,114). Sum of RGB (Red+Green+Blue) = 166+125+114=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D72 is #59828D. Grayscale: #888888. Windows color (decimal): -5866126 or 7503270. OLE color: 7503270.

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

Color convert

RGB 166 125 114 -
CMYK 0 0.25 0.31 0.35
HSL 12.69º 0.23% 0.55% -
HSV(B) 12.69º 0.31% 0.65% -
XYZ 26.1 23.99 19.17 -
YUV 136.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 166 125 114 0 0.25 0.31 0.35 12.69 0.23 0.55
Hex A6 7D 72 0 19 1F 23 D 17 37
Octal 246 175 162 0 31 37 43 15 27 67
Binary 10100110 1111101 1110010 0 11001 11111 100011 1101 10111 110111

Color Harmonies of #A67D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67D72

Black with #A67D72

Text Example


Text Example

White with #A67D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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