Html Css Color HEX #A5796F Hemp

📋 copy color: '#A5796F'

red 165 ◦ green 121 ◦ blue 111

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

Shades of Hemp #A5796F

Tints of Hemp #A5796F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.48%

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

R = 41.56%
G = 30.48%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5796F (or 0xA5796F) is known color: Hemp. HEX triplet: A5, 79 and 6F. RGB value is (165,121,111). Sum of RGB (Red+Green+Blue) = 165+121+111=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A5796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5796F is #5A8690. Grayscale: #858585. Windows color (decimal): -5932689 or 7305637. OLE color: 7305637.

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

Color convert

RGB 165 121 111 -
CMYK 0 0.27 0.33 0.35
HSL 11.11º 0.23% 0.54% -
HSV(B) 11.11º 0.33% 0.65% -
XYZ 25.22 22.82 18.11 -
YUV 133.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 165 121 111 0 0.27 0.33 0.35 11.11 0.23 0.54
Hex A5 79 6F 0 1B 21 23 B 17 36
Octal 245 171 157 0 33 41 43 13 27 66
Binary 10100101 1111001 1101111 0 11011 100001 100011 1011 10111 110110

Color Harmonies of #A5796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5796F

Black with #A5796F

Text Example


Text Example

White with #A5796F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5796F; }

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

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

background-color css

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

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

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

border-color css

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

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

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