Html Css Color HEX #A57A6F Hemp

📋 copy color: '#A57A6F'

red 165 ◦ green 122 ◦ blue 111

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

Shades of Hemp #A57A6F

Tints of Hemp #A57A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.89%

R = 41.46%
G = 30.65%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A57A6F (or 0xA57A6F) is known color: Hemp. HEX triplet: A5, 7A and 6F. RGB value is (165,122,111). Sum of RGB (Red+Green+Blue) = 165+122+111=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A6F is #5A8590. Grayscale: #858585. Windows color (decimal): -5932433 or 7305893. OLE color: 7305893.

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

Color convert

RGB 165 122 111 -
CMYK 0 0.26 0.33 0.35
HSL 12.22º 0.23% 0.54% -
HSV(B) 12.22º 0.33% 0.65% -
XYZ 25.35 23.07 18.16 -
YUV 133.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 165 122 111 0 0.26 0.33 0.35 12.22 0.23 0.54
Hex A5 7A 6F 0 1A 21 23 C 17 36
Octal 245 172 157 0 32 41 43 14 27 66
Binary 10100101 1111010 1101111 0 11010 100001 100011 1100 10111 110110

Color Harmonies of #A57A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A6F

Black with #A57A6F

Text Example


Text Example

White with #A57A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A6F; }

 p { color: rgb(165,122,111); }

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

background-color css

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

 a { background-color: rgb(165,122,111); }

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

border-color css

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

 span { border-color: rgb(165,122,111); }

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