Html Css Color HEX #A57A74 Hemp

📋 copy color: '#A57A74'

red 165 ◦ green 122 ◦ blue 116

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

Shades of Hemp #A57A74

Tints of Hemp #A57A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.78%

R = 40.94%
G = 30.27%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A57A74 (or 0xA57A74) is known color: Hemp. HEX triplet: A5, 7A and 74. RGB value is (165,122,116). Sum of RGB (Red+Green+Blue) = 165+122+116=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A74 is #5A858B. Grayscale: #868686. Windows color (decimal): -5932428 or 7633573. OLE color: 7633573.

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

Color convert

RGB 165 122 116 -
CMYK 0 0.26 0.30 0.35
HSL 7.35º 0.21% 0.55% -
HSV(B) 7.35º 0.3% 0.65% -
XYZ 25.63 23.18 19.65 -
YUV 134.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 165 122 116 0 0.26 0.30 0.35 7.35 0.21 0.55
Hex A5 7A 74 0 1A 1E 23 7 15 37
Octal 245 172 164 0 32 36 43 7 25 67
Binary 10100101 1111010 1110100 0 11010 11110 100011 111 10101 110111

Color Harmonies of #A57A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A74

Black with #A57A74

Text Example


Text Example

White with #A57A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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