Html Css Color HEX #A3875D Teak

📋 copy color: '#A3875D'

red 163 ◦ green 135 ◦ blue 93

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

Shades of Teak #A3875D

Tints of Teak #A3875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

 BLUE value IS 93 (36.72% from 255) = 23.79%

R = 41.69%
G = 34.53%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3875D (or 0xA3875D) is known color: Teak. HEX triplet: A3, 87 and 5D. RGB value is (163,135,93). Sum of RGB (Red+Green+Blue) = 163+135+93=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A3875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3875D is #5C78A2. Grayscale: #8A8A8A. Windows color (decimal): -6060195 or 6129571. OLE color: 6129571.

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

Color convert

RGB 163 135 93 -
CMYK 0 0.17 0.43 0.36
HSL 36º 0.28% 0.5% -
HSV(B) 36º 0.43% 0.64% -
XYZ 25.74 25.9 14 -
YUV 138.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 163 135 93 0 0.17 0.43 0.36 36 0.28 0.5
Hex A3 87 5D 0 11 2B 24 24 1C 32
Octal 243 207 135 0 21 53 44 44 34 62
Binary 10100011 10000111 1011101 0 10001 101011 100100 100100 11100 110010

Color Harmonies of #A3875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3875D

Black with #A3875D

Text Example


Text Example

White with #A3875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3875D; }

 p { color: rgb(163,135,93); }

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

background-color css

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

 a { background-color: rgb(163,135,93); }

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

border-color css

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

 span { border-color: rgb(163,135,93); }

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