Html Css Color HEX #A69053 Teak

📋 copy color: '#A69053'

red 166 ◦ green 144 ◦ blue 83

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

Shades of Teak #A69053

Tints of Teak #A69053

RGB

 RED value IS 166 (65.23% from 255) = 42.24%

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

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

R = 42.24%
G = 36.64%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A69053 (or 0xA69053) is known color: Teak. HEX triplet: A6, 90 and 53. RGB value is (166,144,83). Sum of RGB (Red+Green+Blue) = 166+144+83=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A69053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69053 is #596FAC. Grayscale: #8F8F8F. Windows color (decimal): -5861293 or 5476518. OLE color: 5476518.

HSL color Cylindrical-coordinate representation of color #A69053: hue angle of 44.1º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A69053 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 144 83 -
CMYK 0 0.13 0.50 0.35
HSL 44.1º 0.33% 0.49% -
HSV(B) 44.1º 0.5% 0.65% -
XYZ 27.26 28.68 12.28 -
YUV 143.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 166 144 83 0 0.13 0.50 0.35 44.1 0.33 0.49
Hex A6 90 53 0 D 32 23 2C 21 31
Octal 246 220 123 0 15 62 43 54 41 61
Binary 10100110 10010000 1010011 0 1101 110010 100011 101100 100001 110001

Color Harmonies of #A69053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69053

Black with #A69053

Text Example


Text Example

White with #A69053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69053; }

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

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

background-color css

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

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

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

border-color css

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

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

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