Html Css Color HEX #AB815F Medium Wood

📋 copy color: '#AB815F'

red 171 ◦ green 129 ◦ blue 95

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

Shades of Medium Wood #AB815F

Tints of Medium Wood #AB815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

 BLUE value IS 95 (37.5% from 255) = 24.05%

R = 43.29%
G = 32.66%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB815F (or 0xAB815F) is known color: Medium Wood. HEX triplet: AB, 81 and 5F. RGB value is (171,129,95). Sum of RGB (Red+Green+Blue) = 171+129+95=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB815F is #547EA0. Grayscale: #898989. Windows color (decimal): -5537441 or 6259115. OLE color: 6259115.

HSL color Cylindrical-coordinate representation of color #AB815F: hue angle of 26.84º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB815F is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 129 95 -
CMYK 0 0.25 0.44 0.33
HSL 26.84º 0.31% 0.52% -
HSV(B) 26.84º 0.44% 0.67% -
XYZ 26.71 25.18 14.28 -
YUV 137.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 171 129 95 0 0.25 0.44 0.33 26.84 0.31 0.52
Hex AB 81 5F 0 19 2C 21 1B 1F 34
Octal 253 201 137 0 31 54 41 33 37 64
Binary 10101011 10000001 1011111 0 11001 101100 100001 11011 11111 110100

Color Harmonies of #AB815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB815F

Black with #AB815F

Text Example


Text Example

White with #AB815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB815F; }

 p { color: rgb(171,129,95); }

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

background-color css

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

 a { background-color: rgb(171,129,95); }

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

border-color css

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

 span { border-color: rgb(171,129,95); }

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