Html Css Color HEX #A38950 Teak

📋 copy color: '#A38950'

red 163 ◦ green 137 ◦ blue 80

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

Shades of Teak #A38950

Tints of Teak #A38950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.05%

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 42.89%
G = 36.05%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A38950 (or 0xA38950) is known color: Teak. HEX triplet: A3, 89 and 50. RGB value is (163,137,80). Sum of RGB (Red+Green+Blue) = 163+137+80=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A38950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38950 is #5C76AF. Grayscale: #8A8A8A. Windows color (decimal): -6059696 or 5278115. OLE color: 5278115.

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

Color convert

RGB 163 137 80 -
CMYK 0 0.16 0.51 0.36
HSL 41.2º 0.34% 0.48% -
HSV(B) 41.2º 0.51% 0.64% -
XYZ 25.5 26.26 11.31 -
YUV 138.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 163 137 80 0 0.16 0.51 0.36 41.2 0.34 0.48
Hex A3 89 50 0 10 33 24 29 22 30
Octal 243 211 120 0 20 63 44 51 42 60
Binary 10100011 10001001 1010000 0 10000 110011 100100 101001 100010 110000

Color Harmonies of #A38950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38950

Black with #A38950

Text Example


Text Example

White with #A38950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38950; }

 p { color: rgb(163,137,80); }

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

background-color css

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

 a { background-color: rgb(163,137,80); }

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

border-color css

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

 span { border-color: rgb(163,137,80); }

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