Html Css Color HEX #AB7B68 Medium Wood

📋 copy color: '#AB7B68'

red 171 ◦ green 123 ◦ blue 104

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

Shades of Medium Wood #AB7B68

Tints of Medium Wood #AB7B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.13%

R = 42.96%
G = 30.9%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB7B68 (or 0xAB7B68) is known color: Medium Wood. HEX triplet: AB, 7B and 68. RGB value is (171,123,104). Sum of RGB (Red+Green+Blue) = 171+123+104=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B68 is #548497. Grayscale: #878787. Windows color (decimal): -5538968 or 6847403. OLE color: 6847403.

HSL color Cylindrical-coordinate representation of color #AB7B68: hue angle of 17.01º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB7B68 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 123 104 -
CMYK 0 0.28 0.39 0.33
HSL 17.01º 0.29% 0.54% -
HSV(B) 17.01º 0.39% 0.67% -
XYZ 26.38 23.82 16.3 -
YUV 135.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 171 123 104 0 0.28 0.39 0.33 17.01 0.29 0.54
Hex AB 7B 68 0 1C 27 21 11 1D 36
Octal 253 173 150 0 34 47 41 21 35 66
Binary 10101011 1111011 1101000 0 11100 100111 100001 10001 11101 110110

Color Harmonies of #AB7B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B68

Black with #AB7B68

Text Example


Text Example

White with #AB7B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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