Html Css Color HEX #A57B6F Hemp

📋 copy color: '#A57B6F'

red 165 ◦ green 123 ◦ blue 111

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

Shades of Hemp #A57B6F

Tints of Hemp #A57B6F

RGB

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

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

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

R = 41.35%
G = 30.83%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A57B6F (or 0xA57B6F) is known color: Hemp. HEX triplet: A5, 7B and 6F. RGB value is (165,123,111). Sum of RGB (Red+Green+Blue) = 165+123+111=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B6F is #5A8490. Grayscale: #868686. Windows color (decimal): -5932177 or 7306149. OLE color: 7306149.

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

Color convert

RGB 165 123 111 -
CMYK 0 0.25 0.33 0.35
HSL 13.33º 0.23% 0.54% -
HSV(B) 13.33º 0.33% 0.65% -
XYZ 25.47 23.31 18.2 -
YUV 134.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 165 123 111 0 0.25 0.33 0.35 13.33 0.23 0.54
Hex A5 7B 6F 0 19 21 23 D 17 36
Octal 245 173 157 0 31 41 43 15 27 66
Binary 10100101 1111011 1101111 0 11001 100001 100011 1101 10111 110110

Color Harmonies of #A57B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57B6F

Black with #A57B6F

Text Example


Text Example

White with #A57B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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