Html Css Color HEX #A98754 Teak

📋 copy color: '#A98754'

red 169 ◦ green 135 ◦ blue 84

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

Shades of Teak #A98754

Tints of Teak #A98754

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.79%

 BLUE value IS 84 (33.2% from 255) = 21.65%

R = 43.56%
G = 34.79%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A98754 (or 0xA98754) is known color: Teak. HEX triplet: A9, 87 and 54. RGB value is (169,135,84). Sum of RGB (Red+Green+Blue) = 169+135+84=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A98754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98754 is #5678AB. Grayscale: #8B8B8B. Windows color (decimal): -5666988 or 5539753. OLE color: 5539753.

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

Color convert

RGB 169 135 84 -
CMYK 0 0.20 0.50 0.34
HSL 36º 0.34% 0.5% -
HSV(B) 36º 0.5% 0.66% -
XYZ 26.63 26.4 12.08 -
YUV 139.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 169 135 84 0 0.20 0.50 0.34 36 0.34 0.5
Hex A9 87 54 0 14 32 22 24 22 32
Octal 251 207 124 0 24 62 42 44 42 62
Binary 10101001 10000111 1010100 0 10100 110010 100010 100100 100010 110010

Color Harmonies of #A98754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98754

Black with #A98754

Text Example


Text Example

White with #A98754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98754; }

 p { color: rgb(169,135,84); }

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

background-color css

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

 a { background-color: rgb(169,135,84); }

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

border-color css

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

 span { border-color: rgb(169,135,84); }

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