Html Css Color HEX #A39357 Teak

📋 copy color: '#A39357'

red 163 ◦ green 147 ◦ blue 87

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

Shades of Teak #A39357

Tints of Teak #A39357

RGB

 RED value IS 163 (64.06% from 255) = 41.06%

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

 BLUE value IS 87 (34.38% from 255) = 21.91%

R = 41.06%
G = 37.03%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A39357 (or 0xA39357) is known color: Teak. HEX triplet: A3, 93 and 57. RGB value is (163,147,87). Sum of RGB (Red+Green+Blue) = 163+147+87=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A39357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39357 is #5C6CA8. Grayscale: #919191. Windows color (decimal): -6057129 or 5739427. OLE color: 5739427.

HSL color Cylindrical-coordinate representation of color #A39357: hue angle of 47.37º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A39357 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 147 87 -
CMYK 0 0.10 0.47 0.36
HSL 47.37º 0.3% 0.49% -
HSV(B) 47.37º 0.47% 0.64% -
XYZ 27.26 29.34 13.24 -
YUV 144.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 163 147 87 0 0.10 0.47 0.36 47.37 0.3 0.49
Hex A3 93 57 0 A 2F 24 2F 1E 31
Octal 243 223 127 0 12 57 44 57 36 61
Binary 10100011 10010011 1010111 0 1010 101111 100100 101111 11110 110001

Color Harmonies of #A39357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39357

Black with #A39357

Text Example


Text Example

White with #A39357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39357; }

 p { color: rgb(163,147,87); }

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

background-color css

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

 a { background-color: rgb(163,147,87); }

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

border-color css

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

 span { border-color: rgb(163,147,87); }

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