Html Css Color HEX #A57B70 Hemp

📋 copy color: '#A57B70'

red 165 ◦ green 123 ◦ blue 112

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

Shades of Hemp #A57B70

Tints of Hemp #A57B70

RGB

 RED value IS 165 (64.84% from 255) = 41.25%

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

 BLUE value IS 112 (44.14% from 255) = 28%

R = 41.25%
G = 30.75%
B = 28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A57B70 (or 0xA57B70) is known color: Hemp. HEX triplet: A5, 7B and 70. RGB value is (165,123,112). Sum of RGB (Red+Green+Blue) = 165+123+112=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B70 is #5A848F. Grayscale: #868686. Windows color (decimal): -5932176 or 7371685. OLE color: 7371685.

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

Color convert

RGB 165 123 112 -
CMYK 0 0.25 0.32 0.35
HSL 12.45º 0.23% 0.54% -
HSV(B) 12.45º 0.32% 0.65% -
XYZ 25.52 23.34 18.49 -
YUV 134.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 165 123 112 0 0.25 0.32 0.35 12.45 0.23 0.54
Hex A5 7B 70 0 19 20 23 C 17 36
Octal 245 173 160 0 31 40 43 14 27 66
Binary 10100101 1111011 1110000 0 11001 100000 100011 1100 10111 110110

Color Harmonies of #A57B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57B70

Black with #A57B70

Text Example


Text Example

White with #A57B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57B70; }

 p { color: rgb(165,123,112); }

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

background-color css

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

 a { background-color: rgb(165,123,112); }

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

border-color css

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

 span { border-color: rgb(165,123,112); }

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