Html Css Color HEX #A4865C Teak

📋 copy color: '#A4865C'

red 164 ◦ green 134 ◦ blue 92

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

Shades of Teak #A4865C

Tints of Teak #A4865C

RGB

 RED value IS 164 (64.45% from 255) = 42.05%

 GREEN value IS 134 (52.73% from 255) = 34.36%

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

R = 42.05%
G = 34.36%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A4865C (or 0xA4865C) is known color: Teak. HEX triplet: A4, 86 and 5C. RGB value is (164,134,92). Sum of RGB (Red+Green+Blue) = 164+134+92=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A4865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4865C is #5B79A3. Grayscale: #8A8A8A. Windows color (decimal): -5994916 or 6063780. OLE color: 6063780.

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

Color convert

RGB 164 134 92 -
CMYK 0 0.18 0.44 0.36
HSL 35º 0.28% 0.5% -
HSV(B) 35º 0.44% 0.64% -
XYZ 25.77 25.72 13.73 -
YUV 138.18 101.94 146.42 -
System Red Green Blue C M Y K H S L
Decimal 164 134 92 0 0.18 0.44 0.36 35 0.28 0.5
Hex A4 86 5C 0 12 2C 24 23 1C 32
Octal 244 206 134 0 22 54 44 43 34 62
Binary 10100100 10000110 1011100 0 10010 101100 100100 100011 11100 110010

Color Harmonies of #A4865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4865C

Black with #A4865C

Text Example


Text Example

White with #A4865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4865C; }

 p { color: rgb(164,134,92); }

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

background-color css

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

 a { background-color: rgb(164,134,92); }

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

border-color css

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

 span { border-color: rgb(164,134,92); }

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