Html Css Color HEX #A69358 Teak

📋 copy color: '#A69358'

red 166 ◦ green 147 ◦ blue 88

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

Shades of Teak #A69358

Tints of Teak #A69358

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

 BLUE value IS 88 (34.77% from 255) = 21.95%

R = 41.4%
G = 36.66%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A69358 (or 0xA69358) is known color: Teak. HEX triplet: A6, 93 and 58. RGB value is (166,147,88). Sum of RGB (Red+Green+Blue) = 166+147+88=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A69358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69358 is #596CA7. Grayscale: #929292. Windows color (decimal): -5860520 or 5804966. OLE color: 5804966.

HSL color Cylindrical-coordinate representation of color #A69358: hue angle of 45.38º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A69358 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 147 88 -
CMYK 0 0.11 0.47 0.35
HSL 45.38º 0.31% 0.5% -
HSV(B) 45.38º 0.47% 0.65% -
XYZ 27.92 29.68 13.49 -
YUV 145.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 166 147 88 0 0.11 0.47 0.35 45.38 0.31 0.5
Hex A6 93 58 0 B 2F 23 2D 1F 32
Octal 246 223 130 0 13 57 43 55 37 62
Binary 10100110 10010011 1011000 0 1011 101111 100011 101101 11111 110010

Color Harmonies of #A69358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69358

Black with #A69358

Text Example


Text Example

White with #A69358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69358; }

 p { color: rgb(166,147,88); }

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

background-color css

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

 a { background-color: rgb(166,147,88); }

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

border-color css

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

 span { border-color: rgb(166,147,88); }

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