Html Css Color HEX #A99053 Teak

📋 copy color: '#A99053'

red 169 ◦ green 144 ◦ blue 83

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

Shades of Teak #A99053

Tints of Teak #A99053

RGB

 RED value IS 169 (66.41% from 255) = 42.68%

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

 BLUE value IS 83 (32.81% from 255) = 20.96%

R = 42.68%
G = 36.36%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A99053 (or 0xA99053) is known color: Teak. HEX triplet: A9, 90 and 53. RGB value is (169,144,83). Sum of RGB (Red+Green+Blue) = 169+144+83=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A99053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99053 is #566FAC. Grayscale: #909090. Windows color (decimal): -5664685 or 5476521. OLE color: 5476521.

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

Color convert

RGB 169 144 83 -
CMYK 0 0.15 0.51 0.34
HSL 42.56º 0.34% 0.49% -
HSV(B) 42.56º 0.51% 0.66% -
XYZ 27.9 29.01 12.31 -
YUV 144.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 169 144 83 0 0.15 0.51 0.34 42.56 0.34 0.49
Hex A9 90 53 0 F 33 22 2B 22 31
Octal 251 220 123 0 17 63 42 53 42 61
Binary 10101001 10010000 1010011 0 1111 110011 100010 101011 100010 110001

Color Harmonies of #A99053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99053

Black with #A99053

Text Example


Text Example

White with #A99053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99053; }

 p { color: rgb(169,144,83); }

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

background-color css

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

 a { background-color: rgb(169,144,83); }

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

border-color css

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

 span { border-color: rgb(169,144,83); }

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