Html Css Color HEX #A48852 Teak

📋 copy color: '#A48852'

red 164 ◦ green 136 ◦ blue 82

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

Shades of Teak #A48852

Tints of Teak #A48852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.47%

R = 42.93%
G = 35.6%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A48852 (or 0xA48852) is known color: Teak. HEX triplet: A4, 88 and 52. RGB value is (164,136,82). Sum of RGB (Red+Green+Blue) = 164+136+82=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A48852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48852 is #5B77AD. Grayscale: #8A8A8A. Windows color (decimal): -5994414 or 5408932. OLE color: 5408932.

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

Color convert

RGB 164 136 82 -
CMYK 0 0.17 0.5 0.36
HSL 39.51º 0.33% 0.48% -
HSV(B) 39.51º 0.5% 0.64% -
XYZ 25.64 26.11 11.67 -
YUV 138.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 164 136 82 0 0.17 0.5 0.36 39.51 0.33 0.48
Hex A4 88 52 0 11 32 24 28 21 30
Octal 244 210 122 0 21 62 44 50 41 60
Binary 10100100 10001000 1010010 0 10001 110010 100100 101000 100001 110000

Color Harmonies of #A48852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48852

Black with #A48852

Text Example


Text Example

White with #A48852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48852; }

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

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

background-color css

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

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

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

border-color css

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

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

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