Html Css Color HEX #A38856 Teak

📋 copy color: '#A38856'

red 163 ◦ green 136 ◦ blue 86

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

Shades of Teak #A38856

Tints of Teak #A38856

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

 BLUE value IS 86 (33.98% from 255) = 22.34%

R = 42.34%
G = 35.32%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A38856 (or 0xA38856) is known color: Teak. HEX triplet: A3, 88 and 56. RGB value is (163,136,86). Sum of RGB (Red+Green+Blue) = 163+136+86=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A38856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38856 is #5C77A9. Grayscale: #8A8A8A. Windows color (decimal): -6059946 or 5671075. OLE color: 5671075.

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

Color convert

RGB 163 136 86 -
CMYK 0 0.17 0.47 0.36
HSL 38.96º 0.31% 0.49% -
HSV(B) 38.96º 0.47% 0.64% -
XYZ 25.59 26.07 12.49 -
YUV 138.37 98.45 145.57 -
System Red Green Blue C M Y K H S L
Decimal 163 136 86 0 0.17 0.47 0.36 38.96 0.31 0.49
Hex A3 88 56 0 11 2F 24 27 1F 31
Octal 243 210 126 0 21 57 44 47 37 61
Binary 10100011 10001000 1010110 0 10001 101111 100100 100111 11111 110001

Color Harmonies of #A38856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38856

Black with #A38856

Text Example


Text Example

White with #A38856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38856; }

 p { color: rgb(163,136,86); }

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

background-color css

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

 a { background-color: rgb(163,136,86); }

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

border-color css

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

 span { border-color: rgb(163,136,86); }

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