Html Css Color HEX #A4827A Hemp

📋 copy color: '#A4827A'

red 164 ◦ green 130 ◦ blue 122

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

Shades of Hemp #A4827A

Tints of Hemp #A4827A

RGB

 RED value IS 164 (64.45% from 255) = 39.42%

 GREEN value IS 130 (51.17% from 255) = 31.25%

 BLUE value IS 122 (48.05% from 255) = 29.33%

R = 39.42%
G = 31.25%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4827A (or 0xA4827A) is known color: Hemp. HEX triplet: A4, 82 and 7A. RGB value is (164,130,122). Sum of RGB (Red+Green+Blue) = 164+130+122=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A4827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4827A is #5B7D85. Grayscale: #8B8B8B. Windows color (decimal): -5995910 or 8028836. OLE color: 8028836.

HSL color Cylindrical-coordinate representation of color #A4827A: hue angle of 11.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4827A is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 122 -
CMYK 0 0.21 0.26 0.36
HSL 11.43º 0.19% 0.56% -
HSV(B) 11.43º 0.26% 0.64% -
XYZ 26.81 25.26 21.88 -
YUV 139.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 164 130 122 0 0.21 0.26 0.36 11.43 0.19 0.56
Hex A4 82 7A 0 15 1A 24 B 13 38
Octal 244 202 172 0 25 32 44 13 23 70
Binary 10100100 10000010 1111010 0 10101 11010 100100 1011 10011 111000

Color Harmonies of #A4827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4827A

Black with #A4827A

Text Example


Text Example

White with #A4827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4827A; }

 p { color: rgb(164,130,122); }

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

background-color css

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

 a { background-color: rgb(164,130,122); }

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

border-color css

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

 span { border-color: rgb(164,130,122); }

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