Html Css Color HEX #AB7B5D Medium Wood

📋 copy color: '#AB7B5D'

red 171 ◦ green 123 ◦ blue 93

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

Shades of Medium Wood #AB7B5D

Tints of Medium Wood #AB7B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.78%

 BLUE value IS 93 (36.72% from 255) = 24.03%

R = 44.19%
G = 31.78%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB7B5D (or 0xAB7B5D) is known color: Medium Wood. HEX triplet: AB, 7B and 5D. RGB value is (171,123,93). Sum of RGB (Red+Green+Blue) = 171+123+93=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B5D is #5484A2. Grayscale: #868686. Windows color (decimal): -5538979 or 6126507. OLE color: 6126507.

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

Color convert

RGB 171 123 93 -
CMYK 0 0.28 0.46 0.33
HSL 23.08º 0.32% 0.52% -
HSV(B) 23.08º 0.46% 0.67% -
XYZ 25.85 23.61 13.55 -
YUV 133.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 171 123 93 0 0.28 0.46 0.33 23.08 0.32 0.52
Hex AB 7B 5D 0 1C 2E 21 17 20 34
Octal 253 173 135 0 34 56 41 27 40 64
Binary 10101011 1111011 1011101 0 11100 101110 100001 10111 100000 110100

Color Harmonies of #AB7B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B5D

Black with #AB7B5D

Text Example


Text Example

White with #AB7B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B5D; }

 p { color: rgb(171,123,93); }

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

background-color css

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

 a { background-color: rgb(171,123,93); }

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

border-color css

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

 span { border-color: rgb(171,123,93); }

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