Html Css Color HEX #A38D55 Teak

📋 copy color: '#A38D55'

red 163 ◦ green 141 ◦ blue 85

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

Shades of Teak #A38D55

Tints of Teak #A38D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.85%

R = 41.9%
G = 36.25%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A38D55 (or 0xA38D55) is known color: Teak. HEX triplet: A3, 8D and 55. RGB value is (163,141,85). Sum of RGB (Red+Green+Blue) = 163+141+85=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D55 is #5C72AA. Grayscale: #8D8D8D. Windows color (decimal): -6058667 or 5606819. OLE color: 5606819.

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

Color convert

RGB 163 141 85 -
CMYK 0 0.13 0.48 0.36
HSL 43.08º 0.31% 0.49% -
HSV(B) 43.08º 0.48% 0.64% -
XYZ 26.27 27.49 12.52 -
YUV 141.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 163 141 85 0 0.13 0.48 0.36 43.08 0.31 0.49
Hex A3 8D 55 0 D 30 24 2B 1F 31
Octal 243 215 125 0 15 60 44 53 37 61
Binary 10100011 10001101 1010101 0 1101 110000 100100 101011 11111 110001

Color Harmonies of #A38D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D55

Black with #A38D55

Text Example


Text Example

White with #A38D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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