Html Css Color HEX #A47B6E Hemp

📋 copy color: '#A47B6E'

red 164 ◦ green 123 ◦ blue 110

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

Shades of Hemp #A47B6E

Tints of Hemp #A47B6E

RGB

 RED value IS 164 (64.45% from 255) = 41.31%

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

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

R = 41.31%
G = 30.98%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A47B6E (or 0xA47B6E) is known color: Hemp. HEX triplet: A4, 7B and 6E. RGB value is (164,123,110). Sum of RGB (Red+Green+Blue) = 164+123+110=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B6E is #5B8491. Grayscale: #858585. Windows color (decimal): -5997714 or 7240612. OLE color: 7240612.

HSL color Cylindrical-coordinate representation of color #A47B6E: hue angle of 14.44º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A47B6E is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 123 110 -
CMYK 0 0.25 0.33 0.36
HSL 14.44º 0.23% 0.54% -
HSV(B) 14.44º 0.33% 0.64% -
XYZ 25.21 23.18 17.9 -
YUV 133.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 164 123 110 0 0.25 0.33 0.36 14.44 0.23 0.54
Hex A4 7B 6E 0 19 21 24 E 17 36
Octal 244 173 156 0 31 41 44 16 27 66
Binary 10100100 1111011 1101110 0 11001 100001 100100 1110 10111 110110

Color Harmonies of #A47B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B6E

Black with #A47B6E

Text Example


Text Example

White with #A47B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B6E; }

 p { color: rgb(164,123,110); }

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

background-color css

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

 a { background-color: rgb(164,123,110); }

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

border-color css

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

 span { border-color: rgb(164,123,110); }

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