Html Css Color HEX #A38E5C Teak

📋 copy color: '#A38E5C'

red 163 ◦ green 142 ◦ blue 92

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

Shades of Teak #A38E5C

Tints of Teak #A38E5C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.77%

 BLUE value IS 92 (36.33% from 255) = 23.17%

R = 41.06%
G = 35.77%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A38E5C (or 0xA38E5C) is known color: Teak. HEX triplet: A3, 8E and 5C. RGB value is (163,142,92). Sum of RGB (Red+Green+Blue) = 163+142+92=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E5C is #5C71A3. Grayscale: #8E8E8E. Windows color (decimal): -6058404 or 6065827. OLE color: 6065827.

HSL color Cylindrical-coordinate representation of color #A38E5C: hue angle of 42.25º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A38E5C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 142 92 -
CMYK 0 0.13 0.44 0.36
HSL 42.25º 0.28% 0.5% -
HSV(B) 42.25º 0.44% 0.64% -
XYZ 26.71 27.91 14.1 -
YUV 142.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 163 142 92 0 0.13 0.44 0.36 42.25 0.28 0.5
Hex A3 8E 5C 0 D 2C 24 2A 1C 32
Octal 243 216 134 0 15 54 44 52 34 62
Binary 10100011 10001110 1011100 0 1101 101100 100100 101010 11100 110010

Color Harmonies of #A38E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38E5C

Black with #A38E5C

Text Example


Text Example

White with #A38E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38E5C; }

 p { color: rgb(163,142,92); }

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

background-color css

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

 a { background-color: rgb(163,142,92); }

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

border-color css

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

 span { border-color: rgb(163,142,92); }

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