Html Css Color HEX #AB905A Teak

📋 copy color: '#AB905A'

red 171 ◦ green 144 ◦ blue 90

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

Shades of Teak #AB905A

Tints of Teak #AB905A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

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

R = 42.22%
G = 35.56%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB905A (or 0xAB905A) is known color: Teak. HEX triplet: AB, 90 and 5A. RGB value is (171,144,90). Sum of RGB (Red+Green+Blue) = 171+144+90=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB905A is #546FA5. Grayscale: #929292. Windows color (decimal): -5533606 or 5935275. OLE color: 5935275.

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

Color convert

RGB 171 144 90 -
CMYK 0 0.16 0.47 0.33
HSL 40º 0.33% 0.51% -
HSV(B) 40º 0.47% 0.67% -
XYZ 28.61 29.34 13.83 -
YUV 145.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 171 144 90 0 0.16 0.47 0.33 40 0.33 0.51
Hex AB 90 5A 0 10 2F 21 28 21 33
Octal 253 220 132 0 20 57 41 50 41 63
Binary 10101011 10010000 1011010 0 10000 101111 100001 101000 100001 110011

Color Harmonies of #AB905A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB905A

Black with #AB905A

Text Example


Text Example

White with #AB905A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB905A; }

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

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

background-color css

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

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

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

border-color css

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

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

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