Html Css Color HEX #AB8D4B Teak

📋 copy color: '#AB8D4B'

red 171 ◦ green 141 ◦ blue 75

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

Shades of Teak #AB8D4B

Tints of Teak #AB8D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.43%

 BLUE value IS 75 (29.69% from 255) = 19.38%

R = 44.19%
G = 36.43%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB8D4B (or 0xAB8D4B) is known color: Teak. HEX triplet: AB, 8D and 4B. RGB value is (171,141,75). Sum of RGB (Red+Green+Blue) = 171+141+75=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D4B is #5472B4. Grayscale: #8E8E8E. Windows color (decimal): -5534389 or 4951467. OLE color: 4951467.

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

Color convert

RGB 171 141 75 -
CMYK 0 0.18 0.56 0.33
HSL 41.25º 0.39% 0.48% -
HSV(B) 41.25º 0.56% 0.67% -
XYZ 27.59 28.22 10.65 -
YUV 142.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 171 141 75 0 0.18 0.56 0.33 41.25 0.39 0.48
Hex AB 8D 4B 0 12 38 21 29 27 30
Octal 253 215 113 0 22 70 41 51 47 60
Binary 10101011 10001101 1001011 0 10010 111000 100001 101001 100111 110000

Color Harmonies of #AB8D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D4B

Black with #AB8D4B

Text Example


Text Example

White with #AB8D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D4B; }

 p { color: rgb(171,141,75); }

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

background-color css

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

 a { background-color: rgb(171,141,75); }

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

border-color css

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

 span { border-color: rgb(171,141,75); }

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