Html Css Color HEX #A38857 Teak

📋 copy color: '#A38857'

red 163 ◦ green 136 ◦ blue 87

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

Shades of Teak #A38857

Tints of Teak #A38857

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

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

R = 42.23%
G = 35.23%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A38857 (or 0xA38857) is known color: Teak. HEX triplet: A3, 88 and 57. RGB value is (163,136,87). Sum of RGB (Red+Green+Blue) = 163+136+87=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A38857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38857 is #5C77A8. Grayscale: #8A8A8A. Windows color (decimal): -6059945 or 5736611. OLE color: 5736611.

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

Color convert

RGB 163 136 87 -
CMYK 0 0.17 0.47 0.36
HSL 38.68º 0.3% 0.49% -
HSV(B) 38.68º 0.47% 0.64% -
XYZ 25.63 26.08 12.7 -
YUV 138.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 163 136 87 0 0.17 0.47 0.36 38.68 0.3 0.49
Hex A3 88 57 0 11 2F 24 27 1E 31
Octal 243 210 127 0 21 57 44 47 36 61
Binary 10100011 10001000 1010111 0 10001 101111 100100 100111 11110 110001

Color Harmonies of #A38857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38857

Black with #A38857

Text Example


Text Example

White with #A38857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38857; }

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

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

background-color css

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

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

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

border-color css

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

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

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