Html Css Color HEX #A67A6E Hemp

📋 copy color: '#A67A6E'

red 166 ◦ green 122 ◦ blue 110

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

Shades of Hemp #A67A6E

Tints of Hemp #A67A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.65%

 BLUE value IS 110 (43.36% from 255) = 27.64%

R = 41.71%
G = 30.65%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A67A6E (or 0xA67A6E) is known color: Hemp. HEX triplet: A6, 7A and 6E. RGB value is (166,122,110). Sum of RGB (Red+Green+Blue) = 166+122+110=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A6E is #598591. Grayscale: #858585. Windows color (decimal): -5866898 or 7240358. OLE color: 7240358.

HSL color Cylindrical-coordinate representation of color #A67A6E: hue angle of 12.86º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A67A6E is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 122 110 -
CMYK 0 0.27 0.34 0.35
HSL 12.86º 0.24% 0.54% -
HSV(B) 12.86º 0.34% 0.65% -
XYZ 25.5 23.15 17.88 -
YUV 133.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 166 122 110 0 0.27 0.34 0.35 12.86 0.24 0.54
Hex A6 7A 6E 0 1B 22 23 D 18 36
Octal 246 172 156 0 33 42 43 15 30 66
Binary 10100110 1111010 1101110 0 11011 100010 100011 1101 11000 110110

Color Harmonies of #A67A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67A6E

Black with #A67A6E

Text Example


Text Example

White with #A67A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67A6E; }

 p { color: rgb(166,122,110); }

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

background-color css

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

 a { background-color: rgb(166,122,110); }

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

border-color css

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

 span { border-color: rgb(166,122,110); }

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