Html Css Color HEX #AB795A Medium Wood

📋 copy color: '#AB795A'

red 171 ◦ green 121 ◦ blue 90

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

Shades of Medium Wood #AB795A

Tints of Medium Wood #AB795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

 BLUE value IS 90 (35.55% from 255) = 23.56%

R = 44.76%
G = 31.68%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB795A (or 0xAB795A) is known color: Medium Wood. HEX triplet: AB, 79 and 5A. RGB value is (171,121,90). Sum of RGB (Red+Green+Blue) = 171+121+90=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB795A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB795A is #5486A5. Grayscale: #848484. Windows color (decimal): -5539494 or 5929387. OLE color: 5929387.

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

Color convert

RGB 171 121 90 -
CMYK 0 0.29 0.47 0.33
HSL 22.96º 0.33% 0.51% -
HSV(B) 22.96º 0.47% 0.67% -
XYZ 25.48 23.07 12.78 -
YUV 132.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 171 121 90 0 0.29 0.47 0.33 22.96 0.33 0.51
Hex AB 79 5A 0 1D 2F 21 17 21 33
Octal 253 171 132 0 35 57 41 27 41 63
Binary 10101011 1111001 1011010 0 11101 101111 100001 10111 100001 110011

Color Harmonies of #AB795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB795A

Black with #AB795A

Text Example


Text Example

White with #AB795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB795A; }

 p { color: rgb(171,121,90); }

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

background-color css

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

 a { background-color: rgb(171,121,90); }

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

border-color css

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

 span { border-color: rgb(171,121,90); }

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