Html Css Color HEX #A18752 Teak

📋 copy color: '#A18752'

red 161 ◦ green 135 ◦ blue 82

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

Shades of Teak #A18752

Tints of Teak #A18752

RGB

 RED value IS 161 (63.28% from 255) = 42.59%

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

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

R = 42.59%
G = 35.71%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A18752 (or 0xA18752) is known color: Teak. HEX triplet: A1, 87 and 52. RGB value is (161,135,82). Sum of RGB (Red+Green+Blue) = 161+135+82=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A18752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18752 is #5E78AD. Grayscale: #888888. Windows color (decimal): -6191278 or 5408673. OLE color: 5408673.

HSL color Cylindrical-coordinate representation of color #A18752: hue angle of 40.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A18752 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 135 82 -
CMYK 0 0.16 0.49 0.37
HSL 40.25º 0.33% 0.48% -
HSV(B) 40.25º 0.49% 0.63% -
XYZ 24.88 25.51 11.6 -
YUV 136.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 161 135 82 0 0.16 0.49 0.37 40.25 0.33 0.48
Hex A1 87 52 0 10 31 25 28 21 30
Octal 241 207 122 0 20 61 45 50 41 60
Binary 10100001 10000111 1010010 0 10000 110001 100101 101000 100001 110000

Color Harmonies of #A18752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18752

Black with #A18752

Text Example


Text Example

White with #A18752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18752; }

 p { color: rgb(161,135,82); }

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

background-color css

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

 a { background-color: rgb(161,135,82); }

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

border-color css

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

 span { border-color: rgb(161,135,82); }

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