Html Css Color HEX #AB775B Medium Wood

📋 copy color: '#AB775B'

red 171 ◦ green 119 ◦ blue 91

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

Shades of Medium Wood #AB775B

Tints of Medium Wood #AB775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.88%

R = 44.88%
G = 31.23%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB775B (or 0xAB775B) is known color: Medium Wood. HEX triplet: AB, 77 and 5B. RGB value is (171,119,91). Sum of RGB (Red+Green+Blue) = 171+119+91=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB775B is #5488A4. Grayscale: #838383. Windows color (decimal): -5540005 or 5994411. OLE color: 5994411.

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

Color convert

RGB 171 119 91 -
CMYK 0 0.30 0.47 0.33
HSL 21º 0.32% 0.51% -
HSV(B) 21º 0.47% 0.67% -
XYZ 25.28 22.61 12.93 -
YUV 131.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 171 119 91 0 0.30 0.47 0.33 21 0.32 0.51
Hex AB 77 5B 0 1E 2F 21 15 20 33
Octal 253 167 133 0 36 57 41 25 40 63
Binary 10101011 1110111 1011011 0 11110 101111 100001 10101 100000 110011

Color Harmonies of #AB775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB775B

Black with #AB775B

Text Example


Text Example

White with #AB775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB775B; }

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

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

background-color css

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

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

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

border-color css

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

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

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