Html Css Color HEX #A8825A Medium Wood

📋 copy color: '#A8825A'

red 168 ◦ green 130 ◦ blue 90

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

Shades of Medium Wood #A8825A

Tints of Medium Wood #A8825A

RGB

 RED value IS 168 (66.02% from 255) = 43.3%

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

 BLUE value IS 90 (35.55% from 255) = 23.2%

R = 43.3%
G = 33.51%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8825A (or 0xA8825A) is known color: Medium Wood. HEX triplet: A8, 82 and 5A. RGB value is (168,130,90). Sum of RGB (Red+Green+Blue) = 168+130+90=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A8825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8825A is #577DA5. Grayscale: #898989. Windows color (decimal): -5733798 or 5931688. OLE color: 5931688.

HSL color Cylindrical-coordinate representation of color #A8825A: hue angle of 30.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8825A is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 130 90 -
CMYK 0 0.23 0.46 0.34
HSL 30.77º 0.31% 0.51% -
HSV(B) 30.77º 0.46% 0.66% -
XYZ 25.98 25.03 13.13 -
YUV 136.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 168 130 90 0 0.23 0.46 0.34 30.77 0.31 0.51
Hex A8 82 5A 0 17 2E 22 1F 1F 33
Octal 250 202 132 0 27 56 42 37 37 63
Binary 10101000 10000010 1011010 0 10111 101110 100010 11111 11111 110011

Color Harmonies of #A8825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8825A

Black with #A8825A

Text Example


Text Example

White with #A8825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8825A; }

 p { color: rgb(168,130,90); }

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

background-color css

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

 a { background-color: rgb(168,130,90); }

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

border-color css

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

 span { border-color: rgb(168,130,90); }

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