Html Css Color HEX #AB825B Medium Wood

📋 copy color: '#AB825B'

red 171 ◦ green 130 ◦ blue 91

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

Shades of Medium Wood #AB825B

Tints of Medium Wood #AB825B

RGB

 RED value IS 171 (67.19% from 255) = 43.62%

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

 BLUE value IS 91 (35.94% from 255) = 23.21%

R = 43.62%
G = 33.16%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB825B (or 0xAB825B) is known color: Medium Wood. HEX triplet: AB, 82 and 5B. RGB value is (171,130,91). Sum of RGB (Red+Green+Blue) = 171+130+91=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB825B is #547DA4. Grayscale: #8A8A8A. Windows color (decimal): -5537189 or 5997227. OLE color: 5997227.

HSL color Cylindrical-coordinate representation of color #AB825B: hue angle of 29.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB825B is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 130 91 -
CMYK 0 0.24 0.47 0.33
HSL 29.25º 0.32% 0.51% -
HSV(B) 29.25º 0.47% 0.67% -
XYZ 26.67 25.38 13.39 -
YUV 137.81 101.58 151.67 -
System Red Green Blue C M Y K H S L
Decimal 171 130 91 0 0.24 0.47 0.33 29.25 0.32 0.51
Hex AB 82 5B 0 18 2F 21 1D 20 33
Octal 253 202 133 0 30 57 41 35 40 63
Binary 10101011 10000010 1011011 0 11000 101111 100001 11101 100000 110011

Color Harmonies of #AB825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB825B

Black with #AB825B

Text Example


Text Example

White with #AB825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB825B; }

 p { color: rgb(171,130,91); }

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

background-color css

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

 a { background-color: rgb(171,130,91); }

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

border-color css

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

 span { border-color: rgb(171,130,91); }

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