Html Css Color HEX #A38B5F Teak

📋 copy color: '#A38B5F'

red 163 ◦ green 139 ◦ blue 95

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

Shades of Teak #A38B5F

Tints of Teak #A38B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.01%

 BLUE value IS 95 (37.5% from 255) = 23.93%

R = 41.06%
G = 35.01%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A38B5F (or 0xA38B5F) is known color: Teak. HEX triplet: A3, 8B and 5F. RGB value is (163,139,95). Sum of RGB (Red+Green+Blue) = 163+139+95=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B5F is #5C74A0. Grayscale: #8D8D8D. Windows color (decimal): -6059169 or 6261667. OLE color: 6261667.

HSL color Cylindrical-coordinate representation of color #A38B5F: hue angle of 38.82º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A38B5F is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 139 95 -
CMYK 0 0.15 0.42 0.36
HSL 38.82º 0.27% 0.51% -
HSV(B) 38.82º 0.42% 0.64% -
XYZ 26.4 27.08 14.66 -
YUV 141.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 163 139 95 0 0.15 0.42 0.36 38.82 0.27 0.51
Hex A3 8B 5F 0 F 2A 24 27 1B 33
Octal 243 213 137 0 17 52 44 47 33 63
Binary 10100011 10001011 1011111 0 1111 101010 100100 100111 11011 110011

Color Harmonies of #A38B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B5F

Black with #A38B5F

Text Example


Text Example

White with #A38B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B5F; }

 p { color: rgb(163,139,95); }

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

background-color css

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

 a { background-color: rgb(163,139,95); }

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

border-color css

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

 span { border-color: rgb(163,139,95); }

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