Html Css Color HEX #A39055 Teak

📋 copy color: '#A39055'

red 163 ◦ green 144 ◦ blue 85

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

Shades of Teak #A39055

Tints of Teak #A39055

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.73%

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

R = 41.58%
G = 36.73%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A39055 (or 0xA39055) is known color: Teak. HEX triplet: A3, 90 and 55. RGB value is (163,144,85). Sum of RGB (Red+Green+Blue) = 163+144+85=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A39055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39055 is #5C6FAA. Grayscale: #8F8F8F. Windows color (decimal): -6057899 or 5607587. OLE color: 5607587.

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

Color convert

RGB 163 144 85 -
CMYK 0 0.12 0.48 0.36
HSL 45.38º 0.31% 0.49% -
HSV(B) 45.38º 0.48% 0.64% -
XYZ 26.72 28.39 12.67 -
YUV 142.96 95.29 142.3 -
System Red Green Blue C M Y K H S L
Decimal 163 144 85 0 0.12 0.48 0.36 45.38 0.31 0.49
Hex A3 90 55 0 C 30 24 2D 1F 31
Octal 243 220 125 0 14 60 44 55 37 61
Binary 10100011 10010000 1010101 0 1100 110000 100100 101101 11111 110001

Color Harmonies of #A39055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39055

Black with #A39055

Text Example


Text Example

White with #A39055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39055; }

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

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

background-color css

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

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

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

border-color css

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

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

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