Html Css Color HEX #AB785B Medium Wood

📋 copy color: '#AB785B'

red 171 ◦ green 120 ◦ blue 91

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

Shades of Medium Wood #AB785B

Tints of Medium Wood #AB785B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 44.76%
G = 31.41%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB785B (or 0xAB785B) is known color: Medium Wood. HEX triplet: AB, 78 and 5B. RGB value is (171,120,91). Sum of RGB (Red+Green+Blue) = 171+120+91=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB785B is #5487A4. Grayscale: #848484. Windows color (decimal): -5539749 or 5994667. OLE color: 5994667.

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

Color convert

RGB 171 120 91 -
CMYK 0 0.30 0.47 0.33
HSL 21.75º 0.32% 0.51% -
HSV(B) 21.75º 0.47% 0.67% -
XYZ 25.4 22.85 12.97 -
YUV 131.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 171 120 91 0 0.30 0.47 0.33 21.75 0.32 0.51
Hex AB 78 5B 0 1E 2F 21 16 20 33
Octal 253 170 133 0 36 57 41 26 40 63
Binary 10101011 1111000 1011011 0 11110 101111 100001 10110 100000 110011

Color Harmonies of #AB785B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB785B

Black with #AB785B

Text Example


Text Example

White with #AB785B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB785B; }

 p { color: rgb(171,120,91); }

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

background-color css

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

 a { background-color: rgb(171,120,91); }

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

border-color css

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

 span { border-color: rgb(171,120,91); }

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