Html Css Color HEX #AB905B Teak

📋 copy color: '#AB905B'

red 171 ◦ green 144 ◦ blue 91

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

Shades of Teak #AB905B

Tints of Teak #AB905B

RGB

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

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

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

R = 42.12%
G = 35.47%
B = 22.41%

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

#AB905B (or 0xAB905B) is known color: Teak. HEX triplet: AB, 90 and 5B. RGB value is (171,144,91). Sum of RGB (Red+Green+Blue) = 171+144+91=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB905B is #546FA4. Grayscale: #929292. Windows color (decimal): -5533605 or 6000811. OLE color: 6000811.

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

Color convert

RGB 171 144 91 -
CMYK 0 0.16 0.47 0.33
HSL 39.75º 0.32% 0.51% -
HSV(B) 39.75º 0.47% 0.67% -
XYZ 28.66 29.36 14.05 -
YUV 146.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 171 144 91 0 0.16 0.47 0.33 39.75 0.32 0.51
Hex AB 90 5B 0 10 2F 21 28 20 33
Octal 253 220 133 0 20 57 41 50 40 63
Binary 10101011 10010000 1011011 0 10000 101111 100001 101000 100000 110011

Color Harmonies of #AB905B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB905B

Black with #AB905B

Text Example


Text Example

White with #AB905B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB905B; }

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

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

background-color css

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

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

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

border-color css

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

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

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