Html Css Color HEX #AB7B5A Medium Wood

📋 copy color: '#AB7B5A'

red 171 ◦ green 123 ◦ blue 90

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

Shades of Medium Wood #AB7B5A

Tints of Medium Wood #AB7B5A

RGB

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

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

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

R = 44.53%
G = 32.03%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB7B5A (or 0xAB7B5A) is known color: Medium Wood. HEX triplet: AB, 7B and 5A. RGB value is (171,123,90). Sum of RGB (Red+Green+Blue) = 171+123+90=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B5A is #5484A5. Grayscale: #858585. Windows color (decimal): -5538982 or 5929899. OLE color: 5929899.

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

Color convert

RGB 171 123 90 -
CMYK 0 0.28 0.47 0.33
HSL 24.44º 0.33% 0.51% -
HSV(B) 24.44º 0.47% 0.67% -
XYZ 25.72 23.56 12.87 -
YUV 133.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 171 123 90 0 0.28 0.47 0.33 24.44 0.33 0.51
Hex AB 7B 5A 0 1C 2F 21 18 21 33
Octal 253 173 132 0 34 57 41 30 41 63
Binary 10101011 1111011 1011010 0 11100 101111 100001 11000 100001 110011

Color Harmonies of #AB7B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B5A

Black with #AB7B5A

Text Example


Text Example

White with #AB7B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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