Html Css Color HEX #AB7E5C Medium Wood

📋 copy color: '#AB7E5C'

red 171 ◦ green 126 ◦ blue 92

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

Shades of Medium Wood #AB7E5C

Tints of Medium Wood #AB7E5C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.39%

 BLUE value IS 92 (36.33% from 255) = 23.65%

R = 43.96%
G = 32.39%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB7E5C (or 0xAB7E5C) is known color: Medium Wood. HEX triplet: AB, 7E and 5C. RGB value is (171,126,92). Sum of RGB (Red+Green+Blue) = 171+126+92=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E5C is #5481A3. Grayscale: #878787. Windows color (decimal): -5538212 or 6061739. OLE color: 6061739.

HSL color Cylindrical-coordinate representation of color #AB7E5C: hue angle of 25.82º 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 #AB7E5C is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 126 92 -
CMYK 0 0.26 0.46 0.33
HSL 25.82º 0.32% 0.52% -
HSV(B) 25.82º 0.46% 0.67% -
XYZ 26.19 24.35 13.45 -
YUV 135.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 171 126 92 0 0.26 0.46 0.33 25.82 0.32 0.52
Hex AB 7E 5C 0 1A 2E 21 1A 20 34
Octal 253 176 134 0 32 56 41 32 40 64
Binary 10101011 1111110 1011100 0 11010 101110 100001 11010 100000 110100

Color Harmonies of #AB7E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E5C

Black with #AB7E5C

Text Example


Text Example

White with #AB7E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E5C; }

 p { color: rgb(171,126,92); }

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

background-color css

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

 a { background-color: rgb(171,126,92); }

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

border-color css

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

 span { border-color: rgb(171,126,92); }

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