Html Css Color HEX #A67C72 Hemp

📋 copy color: '#A67C72'

red 166 ◦ green 124 ◦ blue 114

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

Shades of Hemp #A67C72

Tints of Hemp #A67C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.69%

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

R = 41.09%
G = 30.69%
B = 28.22%

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

#A67C72 (or 0xA67C72) is known color: Hemp. HEX triplet: A6, 7C and 72. RGB value is (166,124,114). Sum of RGB (Red+Green+Blue) = 166+124+114=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C72 is #59838D. Grayscale: #878787. Windows color (decimal): -5866382 or 7503014. OLE color: 7503014.

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

Color convert

RGB 166 124 114 -
CMYK 0 0.25 0.31 0.35
HSL 11.54º 0.23% 0.55% -
HSV(B) 11.54º 0.31% 0.65% -
XYZ 25.97 23.74 19.13 -
YUV 135.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 166 124 114 0 0.25 0.31 0.35 11.54 0.23 0.55
Hex A6 7C 72 0 19 1F 23 C 17 37
Octal 246 174 162 0 31 37 43 14 27 67
Binary 10100110 1111100 1110010 0 11001 11111 100011 1100 10111 110111

Color Harmonies of #A67C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C72

Black with #A67C72

Text Example


Text Example

White with #A67C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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