Html Css Color HEX #A3875C Teak

📋 copy color: '#A3875C'

red 163 ◦ green 135 ◦ blue 92

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

Shades of Teak #A3875C

Tints of Teak #A3875C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.59%

R = 41.79%
G = 34.62%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3875C (or 0xA3875C) is known color: Teak. HEX triplet: A3, 87 and 5C. RGB value is (163,135,92). Sum of RGB (Red+Green+Blue) = 163+135+92=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3875C is #5C78A3. Grayscale: #8A8A8A. Windows color (decimal): -6060196 or 6064035. OLE color: 6064035.

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

Color convert

RGB 163 135 92 -
CMYK 0 0.17 0.44 0.36
HSL 36.34º 0.28% 0.5% -
HSV(B) 36.34º 0.44% 0.64% -
XYZ 25.7 25.89 13.77 -
YUV 138.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 163 135 92 0 0.17 0.44 0.36 36.34 0.28 0.5
Hex A3 87 5C 0 11 2C 24 24 1C 32
Octal 243 207 134 0 21 54 44 44 34 62
Binary 10100011 10000111 1011100 0 10001 101100 100100 100100 11100 110010

Color Harmonies of #A3875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3875C

Black with #A3875C

Text Example


Text Example

White with #A3875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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