Html Css Color HEX #A4885C Teak

📋 copy color: '#A4885C'

red 164 ◦ green 136 ◦ blue 92

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

Shades of Teak #A4885C

Tints of Teak #A4885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.69%

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

R = 41.84%
G = 34.69%
B = 23.47%

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

#A4885C (or 0xA4885C) is known color: Teak. HEX triplet: A4, 88 and 5C. RGB value is (164,136,92). Sum of RGB (Red+Green+Blue) = 164+136+92=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4885C is #5B77A3. Grayscale: #8B8B8B. Windows color (decimal): -5994404 or 6064292. OLE color: 6064292.

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

Color convert

RGB 164 136 92 -
CMYK 0 0.17 0.44 0.36
HSL 36.67º 0.28% 0.5% -
HSV(B) 36.67º 0.44% 0.64% -
XYZ 26.05 26.27 13.82 -
YUV 139.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 164 136 92 0 0.17 0.44 0.36 36.67 0.28 0.5
Hex A4 88 5C 0 11 2C 24 25 1C 32
Octal 244 210 134 0 21 54 44 45 34 62
Binary 10100100 10001000 1011100 0 10001 101100 100100 100101 11100 110010

Color Harmonies of #A4885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4885C

Black with #A4885C

Text Example


Text Example

White with #A4885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4885C; }

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

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

background-color css

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

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

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

border-color css

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

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

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