Html Css Color HEX #A47A72 Hemp

📋 copy color: '#A47A72'

red 164 ◦ green 122 ◦ blue 114

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

Shades of Hemp #A47A72

Tints of Hemp #A47A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.5%

R = 41%
G = 30.5%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A47A72 (or 0xA47A72) is known color: Hemp. HEX triplet: A4, 7A and 72. RGB value is (164,122,114). Sum of RGB (Red+Green+Blue) = 164+122+114=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A72 is #5B858D. Grayscale: #858585. Windows color (decimal): -5997966 or 7502500. OLE color: 7502500.

HSL color Cylindrical-coordinate representation of color #A47A72: hue angle of 9.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47A72 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 122 114 -
CMYK 0 0.26 0.30 0.36
HSL 9.6º 0.22% 0.55% -
HSV(B) 9.6º 0.3% 0.64% -
XYZ 25.31 23.03 19.03 -
YUV 133.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 164 122 114 0 0.26 0.30 0.36 9.6 0.22 0.55
Hex A4 7A 72 0 1A 1E 24 A 16 37
Octal 244 172 162 0 32 36 44 12 26 67
Binary 10100100 1111010 1110010 0 11010 11110 100100 1010 10110 110111

Color Harmonies of #A47A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A72

Black with #A47A72

Text Example


Text Example

White with #A47A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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