Html Css Color HEX #A69051 Teak

📋 copy color: '#A69051'

red 166 ◦ green 144 ◦ blue 81

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

Shades of Teak #A69051

Tints of Teak #A69051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.72%

R = 42.46%
G = 36.83%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A69051 (or 0xA69051) is known color: Teak. HEX triplet: A6, 90 and 51. RGB value is (166,144,81). Sum of RGB (Red+Green+Blue) = 166+144+81=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A69051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69051 is #596FAE. Grayscale: #8F8F8F. Windows color (decimal): -5861295 or 5345446. OLE color: 5345446.

HSL color Cylindrical-coordinate representation of color #A69051: hue angle of 44.47º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A69051 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 144 81 -
CMYK 0 0.13 0.51 0.35
HSL 44.47º 0.34% 0.48% -
HSV(B) 44.47º 0.51% 0.65% -
XYZ 27.18 28.65 11.88 -
YUV 143.4 92.79 144.12 -
System Red Green Blue C M Y K H S L
Decimal 166 144 81 0 0.13 0.51 0.35 44.47 0.34 0.48
Hex A6 90 51 0 D 33 23 2C 22 30
Octal 246 220 121 0 15 63 43 54 42 60
Binary 10100110 10010000 1010001 0 1101 110011 100011 101100 100010 110000

Color Harmonies of #A69051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69051

Black with #A69051

Text Example


Text Example

White with #A69051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69051; }

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

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

background-color css

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

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

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

border-color css

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

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

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