Html Css Color HEX #AB7E5A Medium Wood

📋 copy color: '#AB7E5A'

red 171 ◦ green 126 ◦ blue 90

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

Shades of Medium Wood #AB7E5A

Tints of Medium Wood #AB7E5A

RGB

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

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

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

R = 44.19%
G = 32.56%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB7E5A (or 0xAB7E5A) is known color: Medium Wood. HEX triplet: AB, 7E and 5A. RGB value is (171,126,90). Sum of RGB (Red+Green+Blue) = 171+126+90=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E5A is #5481A5. Grayscale: #878787. Windows color (decimal): -5538214 or 5930667. OLE color: 5930667.

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

Color convert

RGB 171 126 90 -
CMYK 0 0.26 0.47 0.33
HSL 26.67º 0.33% 0.51% -
HSV(B) 26.67º 0.47% 0.67% -
XYZ 26.1 24.32 12.99 -
YUV 135.35 102.41 153.43 -
System Red Green Blue C M Y K H S L
Decimal 171 126 90 0 0.26 0.47 0.33 26.67 0.33 0.51
Hex AB 7E 5A 0 1A 2F 21 1B 21 33
Octal 253 176 132 0 32 57 41 33 41 63
Binary 10101011 1111110 1011010 0 11010 101111 100001 11011 100001 110011

Color Harmonies of #AB7E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E5A

Black with #AB7E5A

Text Example


Text Example

White with #AB7E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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