Html Css Color HEX #A38B51 Teak

📋 copy color: '#A38B51'

red 163 ◦ green 139 ◦ blue 81

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

Shades of Teak #A38B51

Tints of Teak #A38B51

RGB

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

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

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

R = 42.56%
G = 36.29%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A38B51 (or 0xA38B51) is known color: Teak. HEX triplet: A3, 8B and 51. RGB value is (163,139,81). Sum of RGB (Red+Green+Blue) = 163+139+81=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B51 is #5C74AE. Grayscale: #8B8B8B. Windows color (decimal): -6059183 or 5344163. OLE color: 5344163.

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

Color convert

RGB 163 139 81 -
CMYK 0 0.15 0.50 0.36
HSL 42.44º 0.34% 0.48% -
HSV(B) 42.44º 0.5% 0.64% -
XYZ 25.82 26.85 11.61 -
YUV 139.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 163 139 81 0 0.15 0.50 0.36 42.44 0.34 0.48
Hex A3 8B 51 0 F 32 24 2A 22 30
Octal 243 213 121 0 17 62 44 52 42 60
Binary 10100011 10001011 1010001 0 1111 110010 100100 101010 100010 110000

Color Harmonies of #A38B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B51

Black with #A38B51

Text Example


Text Example

White with #A38B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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