Html Css Color HEX #A69062 Teak

📋 copy color: '#A69062'

red 166 ◦ green 144 ◦ blue 98

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

Shades of Teak #A69062

Tints of Teak #A69062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.02%

R = 40.69%
G = 35.29%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A69062 (or 0xA69062) is known color: Teak. HEX triplet: A6, 90 and 62. RGB value is (166,144,98). Sum of RGB (Red+Green+Blue) = 166+144+98=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A69062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69062 is #596F9D. Grayscale: #919191. Windows color (decimal): -5861278 or 6459558. OLE color: 6459558.

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

Color convert

RGB 166 144 98 -
CMYK 0 0.13 0.41 0.35
HSL 40.59º 0.28% 0.52% -
HSV(B) 40.59º 0.41% 0.65% -
XYZ 27.9 28.94 15.67 -
YUV 145.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 166 144 98 0 0.13 0.41 0.35 40.59 0.28 0.52
Hex A6 90 62 0 D 29 23 29 1C 34
Octal 246 220 142 0 15 51 43 51 34 64
Binary 10100110 10010000 1100010 0 1101 101001 100011 101001 11100 110100

Color Harmonies of #A69062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69062

Black with #A69062

Text Example


Text Example

White with #A69062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69062; }

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

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

background-color css

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

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

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

border-color css

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

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

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