Html Css Color HEX #A89458 Teak

📋 copy color: '#A89458'

red 168 ◦ green 148 ◦ blue 88

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

Shades of Teak #A89458

Tints of Teak #A89458

RGB

 RED value IS 168 (66.02% from 255) = 41.58%

 GREEN value IS 148 (58.2% from 255) = 36.63%

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

R = 41.58%
G = 36.63%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A89458 (or 0xA89458) is known color: Teak. HEX triplet: A8, 94 and 58. RGB value is (168,148,88). Sum of RGB (Red+Green+Blue) = 168+148+88=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A89458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89458 is #576BA7. Grayscale: #939393. Windows color (decimal): -5729192 or 5805224. OLE color: 5805224.

HSL color Cylindrical-coordinate representation of color #A89458: hue angle of 45º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A89458 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 148 88 -
CMYK 0 0.12 0.48 0.34
HSL 45º 0.31% 0.5% -
HSV(B) 45º 0.48% 0.66% -
XYZ 28.5 30.21 13.56 -
YUV 147.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 168 148 88 0 0.12 0.48 0.34 45 0.31 0.5
Hex A8 94 58 0 C 30 22 2D 1F 32
Octal 250 224 130 0 14 60 42 55 37 62
Binary 10101000 10010100 1011000 0 1100 110000 100010 101101 11111 110010

Color Harmonies of #A89458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89458

Black with #A89458

Text Example


Text Example

White with #A89458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89458; }

 p { color: rgb(168,148,88); }

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

background-color css

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

 a { background-color: rgb(168,148,88); }

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

border-color css

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

 span { border-color: rgb(168,148,88); }

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