Html Css Color HEX #AB7758 Medium Wood

📋 copy color: '#AB7758'

red 171 ◦ green 119 ◦ blue 88

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

Shades of Medium Wood #AB7758

Tints of Medium Wood #AB7758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.48%

 BLUE value IS 88 (34.77% from 255) = 23.28%

R = 45.24%
G = 31.48%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AB7758 (or 0xAB7758) is known color: Medium Wood. HEX triplet: AB, 77 and 58. RGB value is (171,119,88). Sum of RGB (Red+Green+Blue) = 171+119+88=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7758 is #5488A7. Grayscale: #838383. Windows color (decimal): -5540008 or 5797803. OLE color: 5797803.

HSL color Cylindrical-coordinate representation of color #AB7758: hue angle of 22.41º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB7758 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 119 88 -
CMYK 0 0.30 0.49 0.33
HSL 22.41º 0.33% 0.51% -
HSV(B) 22.41º 0.49% 0.67% -
XYZ 25.15 22.56 12.26 -
YUV 131.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 171 119 88 0 0.30 0.49 0.33 22.41 0.33 0.51
Hex AB 77 58 0 1E 31 21 16 21 33
Octal 253 167 130 0 36 61 41 26 41 63
Binary 10101011 1110111 1011000 0 11110 110001 100001 10110 100001 110011

Color Harmonies of #AB7758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7758

Black with #AB7758

Text Example


Text Example

White with #AB7758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7758; }

 p { color: rgb(171,119,88); }

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

background-color css

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

 a { background-color: rgb(171,119,88); }

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

border-color css

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

 span { border-color: rgb(171,119,88); }

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