Html Css Color HEX #A38D57 Teak

📋 copy color: '#A38D57'

red 163 ◦ green 141 ◦ blue 87

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

Shades of Teak #A38D57

Tints of Teak #A38D57

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.06%

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

R = 41.69%
G = 36.06%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A38D57 (or 0xA38D57) is known color: Teak. HEX triplet: A3, 8D and 57. RGB value is (163,141,87). Sum of RGB (Red+Green+Blue) = 163+141+87=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D57 is #5C72A8. Grayscale: #8D8D8D. Windows color (decimal): -6058665 or 5737891. OLE color: 5737891.

HSL color Cylindrical-coordinate representation of color #A38D57: hue angle of 42.63º 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 #A38D57 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 141 87 -
CMYK 0 0.13 0.47 0.36
HSL 42.63º 0.3% 0.49% -
HSV(B) 42.63º 0.47% 0.64% -
XYZ 26.35 27.52 12.94 -
YUV 141.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 163 141 87 0 0.13 0.47 0.36 42.63 0.3 0.49
Hex A3 8D 57 0 D 2F 24 2B 1E 31
Octal 243 215 127 0 15 57 44 53 36 61
Binary 10100011 10001101 1010111 0 1101 101111 100100 101011 11110 110001

Color Harmonies of #A38D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D57

Black with #A38D57

Text Example


Text Example

White with #A38D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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