Html Css Color HEX #A47A6C Hemp

📋 copy color: '#A47A6C'

red 164 ◦ green 122 ◦ blue 108

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

Shades of Hemp #A47A6C

Tints of Hemp #A47A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

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

R = 41.62%
G = 30.96%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A47A6C (or 0xA47A6C) is known color: Hemp. HEX triplet: A4, 7A and 6C. RGB value is (164,122,108). Sum of RGB (Red+Green+Blue) = 164+122+108=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A6C is #5B8593. Grayscale: #858585. Windows color (decimal): -5997972 or 7109284. OLE color: 7109284.

HSL color Cylindrical-coordinate representation of color #A47A6C: hue angle of 15º 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 #A47A6C is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 122 108 -
CMYK 0 0.26 0.34 0.36
HSL 15º 0.24% 0.53% -
HSV(B) 15º 0.34% 0.64% -
XYZ 24.98 22.89 17.29 -
YUV 132.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 164 122 108 0 0.26 0.34 0.36 15 0.24 0.53
Hex A4 7A 6C 0 1A 22 24 F 18 35
Octal 244 172 154 0 32 42 44 17 30 65
Binary 10100100 1111010 1101100 0 11010 100010 100100 1111 11000 110101

Color Harmonies of #A47A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A6C

Black with #A47A6C

Text Example


Text Example

White with #A47A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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