Html Css Color HEX #A1875A Teak

📋 copy color: '#A1875A'

red 161 ◦ green 135 ◦ blue 90

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

Shades of Teak #A1875A

Tints of Teak #A1875A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.32%

R = 41.71%
G = 34.97%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A1875A (or 0xA1875A) is known color: Teak. HEX triplet: A1, 87 and 5A. RGB value is (161,135,90). Sum of RGB (Red+Green+Blue) = 161+135+90=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1875A is #5E78A5. Grayscale: #898989. Windows color (decimal): -6191270 or 5932961. OLE color: 5932961.

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

Color convert

RGB 161 135 90 -
CMYK 0 0.16 0.44 0.37
HSL 38.03º 0.28% 0.49% -
HSV(B) 38.03º 0.44% 0.63% -
XYZ 25.21 25.64 13.29 -
YUV 137.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 161 135 90 0 0.16 0.44 0.37 38.03 0.28 0.49
Hex A1 87 5A 0 10 2C 25 26 1C 31
Octal 241 207 132 0 20 54 45 46 34 61
Binary 10100001 10000111 1011010 0 10000 101100 100101 100110 11100 110001

Color Harmonies of #A1875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1875A

Black with #A1875A

Text Example


Text Example

White with #A1875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1875A; }

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

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

background-color css

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

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

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

border-color css

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

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

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