Html Css Color HEX #AB8469 Medium Wood

📋 copy color: '#AB8469'

red 171 ◦ green 132 ◦ blue 105

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

Shades of Medium Wood #AB8469

Tints of Medium Wood #AB8469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.35%

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

R = 41.91%
G = 32.35%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB8469 (or 0xAB8469) is known color: Medium Wood. HEX triplet: AB, 84 and 69. RGB value is (171,132,105). Sum of RGB (Red+Green+Blue) = 171+132+105=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8469 is #547B96. Grayscale: #8C8C8C. Windows color (decimal): -5536663 or 6915243. OLE color: 6915243.

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

Color convert

RGB 171 132 105 -
CMYK 0 0.23 0.39 0.33
HSL 24.55º 0.28% 0.54% -
HSV(B) 24.55º 0.39% 0.67% -
XYZ 27.6 26.18 16.96 -
YUV 140.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 171 132 105 0 0.23 0.39 0.33 24.55 0.28 0.54
Hex AB 84 69 0 17 27 21 19 1C 36
Octal 253 204 151 0 27 47 41 31 34 66
Binary 10101011 10000100 1101001 0 10111 100111 100001 11001 11100 110110

Color Harmonies of #AB8469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8469

Black with #AB8469

Text Example


Text Example

White with #AB8469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8469; }

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

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

background-color css

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

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

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

border-color css

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

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

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