Html Css Color HEX #AB7C69 Medium Wood

📋 copy color: '#AB7C69'

red 171 ◦ green 124 ◦ blue 105

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

Shades of Medium Wood #AB7C69

Tints of Medium Wood #AB7C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31%

 BLUE value IS 105 (41.41% from 255) = 26.25%

R = 42.75%
G = 31%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB7C69 (or 0xAB7C69) is known color: Medium Wood. HEX triplet: AB, 7C and 69. RGB value is (171,124,105). Sum of RGB (Red+Green+Blue) = 171+124+105=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C69 is #548396. Grayscale: #888888. Windows color (decimal): -5538711 or 6913195. OLE color: 6913195.

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

Color convert

RGB 171 124 105 -
CMYK 0 0.27 0.39 0.33
HSL 17.27º 0.28% 0.54% -
HSV(B) 17.27º 0.39% 0.67% -
XYZ 26.55 24.09 16.62 -
YUV 135.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 171 124 105 0 0.27 0.39 0.33 17.27 0.28 0.54
Hex AB 7C 69 0 1B 27 21 11 1C 36
Octal 253 174 151 0 33 47 41 21 34 66
Binary 10101011 1111100 1101001 0 11011 100111 100001 10001 11100 110110

Color Harmonies of #AB7C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C69

Black with #AB7C69

Text Example


Text Example

White with #AB7C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C69; }

 p { color: rgb(171,124,105); }

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

background-color css

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

 a { background-color: rgb(171,124,105); }

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

border-color css

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

 span { border-color: rgb(171,124,105); }

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