Html Css Color HEX #A67B70 Hemp

📋 copy color: '#A67B70'

red 166 ◦ green 123 ◦ blue 112

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

Shades of Hemp #A67B70

Tints of Hemp #A67B70

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 41.4%
G = 30.67%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A67B70 (or 0xA67B70) is known color: Hemp. HEX triplet: A6, 7B and 70. RGB value is (166,123,112). Sum of RGB (Red+Green+Blue) = 166+123+112=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B70 is #59848F. Grayscale: #868686. Windows color (decimal): -5866640 or 7371686. OLE color: 7371686.

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

Color convert

RGB 166 123 112 -
CMYK 0 0.26 0.33 0.35
HSL 12.22º 0.23% 0.55% -
HSV(B) 12.22º 0.33% 0.65% -
XYZ 25.73 23.44 18.5 -
YUV 134.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 166 123 112 0 0.26 0.33 0.35 12.22 0.23 0.55
Hex A6 7B 70 0 1A 21 23 C 17 37
Octal 246 173 160 0 32 41 43 14 27 67
Binary 10100110 1111011 1110000 0 11010 100001 100011 1100 10111 110111

Color Harmonies of #A67B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67B70

Black with #A67B70

Text Example


Text Example

White with #A67B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67B70; }

 p { color: rgb(166,123,112); }

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

background-color css

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

 a { background-color: rgb(166,123,112); }

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

border-color css

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

 span { border-color: rgb(166,123,112); }

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