Html Css Color HEX #A4826B Medium Wood

📋 copy color: '#A4826B'

red 164 ◦ green 130 ◦ blue 107

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

Shades of Medium Wood #A4826B

Tints of Medium Wood #A4826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.68%

R = 40.9%
G = 32.42%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4826B (or 0xA4826B) is known color: Medium Wood. HEX triplet: A4, 82 and 6B. RGB value is (164,130,107). Sum of RGB (Red+Green+Blue) = 164+130+107=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4826B is #5B7D94. Grayscale: #898989. Windows color (decimal): -5995925 or 7045796. OLE color: 7045796.

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

Color convert

RGB 164 130 107 -
CMYK 0 0.21 0.35 0.36
HSL 24.21º 0.24% 0.53% -
HSV(B) 24.21º 0.35% 0.64% -
XYZ 25.95 24.92 17.35 -
YUV 137.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 164 130 107 0 0.21 0.35 0.36 24.21 0.24 0.53
Hex A4 82 6B 0 15 23 24 18 18 35
Octal 244 202 153 0 25 43 44 30 30 65
Binary 10100100 10000010 1101011 0 10101 100011 100100 11000 11000 110101

Color Harmonies of #A4826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4826B

Black with #A4826B

Text Example


Text Example

White with #A4826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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