Html Css Color HEX #AB915A Teak

📋 copy color: '#AB915A'

red 171 ◦ green 145 ◦ blue 90

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

Shades of Teak #AB915A

Tints of Teak #AB915A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.71%

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

R = 42.12%
G = 35.71%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB915A (or 0xAB915A) is known color: Teak. HEX triplet: AB, 91 and 5A. RGB value is (171,145,90). Sum of RGB (Red+Green+Blue) = 171+145+90=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB915A is #546EA5. Grayscale: #929292. Windows color (decimal): -5533350 or 5935531. OLE color: 5935531.

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

Color convert

RGB 171 145 90 -
CMYK 0 0.15 0.47 0.33
HSL 40.74º 0.33% 0.51% -
HSV(B) 40.74º 0.47% 0.67% -
XYZ 28.77 29.65 13.88 -
YUV 146.5 96.11 145.47 -
System Red Green Blue C M Y K H S L
Decimal 171 145 90 0 0.15 0.47 0.33 40.74 0.33 0.51
Hex AB 91 5A 0 F 2F 21 29 21 33
Octal 253 221 132 0 17 57 41 51 41 63
Binary 10101011 10010001 1011010 0 1111 101111 100001 101001 100001 110011

Color Harmonies of #AB915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB915A

Black with #AB915A

Text Example


Text Example

White with #AB915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB915A; }

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

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

background-color css

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

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

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

border-color css

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

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

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