Html Css Color HEX #A38D51 Teak

📋 copy color: '#A38D51'

red 163 ◦ green 141 ◦ blue 81

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

Shades of Teak #A38D51

Tints of Teak #A38D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.04%

R = 42.34%
G = 36.62%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A38D51 (or 0xA38D51) is known color: Teak. HEX triplet: A3, 8D and 51. RGB value is (163,141,81). Sum of RGB (Red+Green+Blue) = 163+141+81=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D51 is #5C72AE. Grayscale: #8D8D8D. Windows color (decimal): -6058671 or 5344675. OLE color: 5344675.

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

Color convert

RGB 163 141 81 -
CMYK 0 0.13 0.50 0.36
HSL 43.9º 0.34% 0.48% -
HSV(B) 43.9º 0.5% 0.64% -
XYZ 26.11 27.43 11.7 -
YUV 140.74 94.29 143.88 -
System Red Green Blue C M Y K H S L
Decimal 163 141 81 0 0.13 0.50 0.36 43.9 0.34 0.48
Hex A3 8D 51 0 D 32 24 2C 22 30
Octal 243 215 121 0 15 62 44 54 42 60
Binary 10100011 10001101 1010001 0 1101 110010 100100 101100 100010 110000

Color Harmonies of #A38D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D51

Black with #A38D51

Text Example


Text Example

White with #A38D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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