Html Css Color HEX #A38B60 Teak

📋 copy color: '#A38B60'

red 163 ◦ green 139 ◦ blue 96

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

Shades of Teak #A38B60

Tints of Teak #A38B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 40.95%
G = 34.92%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A38B60 (or 0xA38B60) is known color: Teak. HEX triplet: A3, 8B and 60. RGB value is (163,139,96). Sum of RGB (Red+Green+Blue) = 163+139+96=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B60 is #5C749F. Grayscale: #8D8D8D. Windows color (decimal): -6059168 or 6327203. OLE color: 6327203.

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

Color convert

RGB 163 139 96 -
CMYK 0 0.15 0.41 0.36
HSL 38.51º 0.27% 0.51% -
HSV(B) 38.51º 0.41% 0.64% -
XYZ 26.45 27.1 14.9 -
YUV 141.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 163 139 96 0 0.15 0.41 0.36 38.51 0.27 0.51
Hex A3 8B 60 0 F 29 24 27 1B 33
Octal 243 213 140 0 17 51 44 47 33 63
Binary 10100011 10001011 1100000 0 1111 101001 100100 100111 11011 110011

Color Harmonies of #A38B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B60

Black with #A38B60

Text Example


Text Example

White with #A38B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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