Html Css Color HEX #AB9254 Teak

📋 copy color: '#AB9254'

red 171 ◦ green 146 ◦ blue 84

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

Shades of Teak #AB9254

Tints of Teak #AB9254

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

 BLUE value IS 84 (33.2% from 255) = 20.95%

R = 42.64%
G = 36.41%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB9254 (or 0xAB9254) is known color: Teak. HEX triplet: AB, 92 and 54. RGB value is (171,146,84). Sum of RGB (Red+Green+Blue) = 171+146+84=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9254 is #546DAB. Grayscale: #929292. Windows color (decimal): -5533100 or 5542571. OLE color: 5542571.

HSL color Cylindrical-coordinate representation of color #AB9254: hue angle of 42.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB9254 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 146 84 -
CMYK 0 0.15 0.51 0.33
HSL 42.76º 0.34% 0.5% -
HSV(B) 42.76º 0.51% 0.67% -
XYZ 28.67 29.86 12.64 -
YUV 146.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 171 146 84 0 0.15 0.51 0.33 42.76 0.34 0.5
Hex AB 92 54 0 F 33 21 2B 22 32
Octal 253 222 124 0 17 63 41 53 42 62
Binary 10101011 10010010 1010100 0 1111 110011 100001 101011 100010 110010

Color Harmonies of #AB9254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9254

Black with #AB9254

Text Example


Text Example

White with #AB9254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9254; }

 p { color: rgb(171,146,84); }

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

background-color css

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

 a { background-color: rgb(171,146,84); }

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

border-color css

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

 span { border-color: rgb(171,146,84); }

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