Html Css Color HEX #A98653 Teak

📋 copy color: '#A98653'

red 169 ◦ green 134 ◦ blue 83

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

Shades of Teak #A98653

Tints of Teak #A98653

RGB

 RED value IS 169 (66.41% from 255) = 43.78%

 GREEN value IS 134 (52.73% from 255) = 34.72%

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

R = 43.78%
G = 34.72%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A98653 (or 0xA98653) is known color: Teak. HEX triplet: A9, 86 and 53. RGB value is (169,134,83). Sum of RGB (Red+Green+Blue) = 169+134+83=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A98653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98653 is #5679AC. Grayscale: #8A8A8A. Windows color (decimal): -5667245 or 5473961. OLE color: 5473961.

HSL color Cylindrical-coordinate representation of color #A98653: hue angle of 35.58º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A98653 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 134 83 -
CMYK 0 0.21 0.51 0.34
HSL 35.58º 0.34% 0.49% -
HSV(B) 35.58º 0.51% 0.66% -
XYZ 26.45 26.11 11.83 -
YUV 138.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 169 134 83 0 0.21 0.51 0.34 35.58 0.34 0.49
Hex A9 86 53 0 15 33 22 24 22 31
Octal 251 206 123 0 25 63 42 44 42 61
Binary 10101001 10000110 1010011 0 10101 110011 100010 100100 100010 110001

Color Harmonies of #A98653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98653

Black with #A98653

Text Example


Text Example

White with #A98653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98653; }

 p { color: rgb(169,134,83); }

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

background-color css

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

 a { background-color: rgb(169,134,83); }

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

border-color css

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

 span { border-color: rgb(169,134,83); }

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