Html Css Color HEX #A47B6F Hemp

📋 copy color: '#A47B6F'

red 164 ◦ green 123 ◦ blue 111

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

Shades of Hemp #A47B6F

Tints of Hemp #A47B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.89%

R = 41.21%
G = 30.9%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A47B6F (or 0xA47B6F) is known color: Hemp. HEX triplet: A4, 7B and 6F. RGB value is (164,123,111). Sum of RGB (Red+Green+Blue) = 164+123+111=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B6F is #5B8490. Grayscale: #858585. Windows color (decimal): -5997713 or 7306148. OLE color: 7306148.

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

Color convert

RGB 164 123 111 -
CMYK 0 0.25 0.32 0.36
HSL 13.58º 0.23% 0.54% -
HSV(B) 13.58º 0.32% 0.64% -
XYZ 25.26 23.21 18.19 -
YUV 133.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 164 123 111 0 0.25 0.32 0.36 13.58 0.23 0.54
Hex A4 7B 6F 0 19 20 24 E 17 36
Octal 244 173 157 0 31 40 44 16 27 66
Binary 10100100 1111011 1101111 0 11001 100000 100100 1110 10111 110110

Color Harmonies of #A47B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B6F

Black with #A47B6F

Text Example


Text Example

White with #A47B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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