Html Css Color HEX #A47B6C Hemp

📋 copy color: '#A47B6C'

red 164 ◦ green 123 ◦ blue 108

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

Shades of Hemp #A47B6C

Tints of Hemp #A47B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.34%

R = 41.52%
G = 31.14%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A47B6C (or 0xA47B6C) is known color: Hemp. HEX triplet: A4, 7B and 6C. RGB value is (164,123,108). Sum of RGB (Red+Green+Blue) = 164+123+108=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B6C is #5B8493. Grayscale: #858585. Windows color (decimal): -5997716 or 7109540. OLE color: 7109540.

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

Color convert

RGB 164 123 108 -
CMYK 0 0.25 0.34 0.36
HSL 16.07º 0.24% 0.53% -
HSV(B) 16.07º 0.34% 0.64% -
XYZ 25.1 23.14 17.33 -
YUV 133.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 164 123 108 0 0.25 0.34 0.36 16.07 0.24 0.53
Hex A4 7B 6C 0 19 22 24 10 18 35
Octal 244 173 154 0 31 42 44 20 30 65
Binary 10100100 1111011 1101100 0 11001 100010 100100 10000 11000 110101

Color Harmonies of #A47B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47B6C

Black with #A47B6C

Text Example


Text Example

White with #A47B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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