Html Css Color HEX #A67B74 Hemp

📋 copy color: '#A67B74'

red 166 ◦ green 123 ◦ blue 116

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

Shades of Hemp #A67B74

Tints of Hemp #A67B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 40.99%
G = 30.37%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A67B74 (or 0xA67B74) is known color: Hemp. HEX triplet: A6, 7B and 74. RGB value is (166,123,116). Sum of RGB (Red+Green+Blue) = 166+123+116=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B74 is #59848B. Grayscale: #878787. Windows color (decimal): -5866636 or 7633830. OLE color: 7633830.

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

Color convert

RGB 166 123 116 -
CMYK 0 0.26 0.30 0.35
HSL 8.4º 0.22% 0.55% -
HSV(B) 8.4º 0.3% 0.65% -
XYZ 25.96 23.53 19.7 -
YUV 135.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 166 123 116 0 0.26 0.30 0.35 8.4 0.22 0.55
Hex A6 7B 74 0 1A 1E 23 8 16 37
Octal 246 173 164 0 32 36 43 10 26 67
Binary 10100110 1111011 1110100 0 11010 11110 100011 1000 10110 110111

Color Harmonies of #A67B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67B74

Black with #A67B74

Text Example


Text Example

White with #A67B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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