Html Css Color HEX #A38A56 Teak

📋 copy color: '#A38A56'

red 163 ◦ green 138 ◦ blue 86

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

Shades of Teak #A38A56

Tints of Teak #A38A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.66%

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

R = 42.12%
G = 35.66%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A38A56 (or 0xA38A56) is known color: Teak. HEX triplet: A3, 8A and 56. RGB value is (163,138,86). Sum of RGB (Red+Green+Blue) = 163+138+86=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A56 is #5C75A9. Grayscale: #8B8B8B. Windows color (decimal): -6059434 or 5671587. OLE color: 5671587.

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

Color convert

RGB 163 138 86 -
CMYK 0 0.15 0.47 0.36
HSL 40.52º 0.31% 0.49% -
HSV(B) 40.52º 0.47% 0.64% -
XYZ 25.87 26.64 12.58 -
YUV 139.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 163 138 86 0 0.15 0.47 0.36 40.52 0.31 0.49
Hex A3 8A 56 0 F 2F 24 29 1F 31
Octal 243 212 126 0 17 57 44 51 37 61
Binary 10100011 10001010 1010110 0 1111 101111 100100 101001 11111 110001

Color Harmonies of #A38A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A56

Black with #A38A56

Text Example


Text Example

White with #A38A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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