Html Css Color HEX #A47A6E Hemp

📋 copy color: '#A47A6E'

red 164 ◦ green 122 ◦ blue 110

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

Shades of Hemp #A47A6E

Tints of Hemp #A47A6E

RGB

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

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

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

R = 41.41%
G = 30.81%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A47A6E (or 0xA47A6E) is known color: Hemp. HEX triplet: A4, 7A and 6E. RGB value is (164,122,110). Sum of RGB (Red+Green+Blue) = 164+122+110=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A6E is #5B8591. Grayscale: #858585. Windows color (decimal): -5997970 or 7240356. OLE color: 7240356.

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

Color convert

RGB 164 122 110 -
CMYK 0 0.26 0.33 0.36
HSL 13.33º 0.23% 0.54% -
HSV(B) 13.33º 0.33% 0.64% -
XYZ 25.08 22.94 17.86 -
YUV 133.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 164 122 110 0 0.26 0.33 0.36 13.33 0.23 0.54
Hex A4 7A 6E 0 1A 21 24 D 17 36
Octal 244 172 156 0 32 41 44 15 27 66
Binary 10100100 1111010 1101110 0 11010 100001 100100 1101 10111 110110

Color Harmonies of #A47A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A6E

Black with #A47A6E

Text Example


Text Example

White with #A47A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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