Html Css Color HEX #A1604B Sepia

📋 copy color: '#A1604B'

red 161 ◦ green 96 ◦ blue 75

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

Shades of Sepia #A1604B

Tints of Sepia #A1604B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

 BLUE value IS 75 (29.69% from 255) = 22.59%

R = 48.49%
G = 28.92%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1604B (or 0xA1604B) is known color: Sepia. HEX triplet: A1, 60 and 4B. RGB value is (161,96,75). Sum of RGB (Red+Green+Blue) = 161+96+75=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A1604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1604B is #5E9FB4. Grayscale: #717171. Windows color (decimal): -6201269 or 4939937. OLE color: 4939937.

HSL color Cylindrical-coordinate representation of color #A1604B: hue angle of 14.65º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1604B is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 96 75 -
CMYK 0 0.40 0.53 0.37
HSL 14.65º 0.36% 0.46% -
HSV(B) 14.65º 0.53% 0.63% -
XYZ 20.15 16.45 8.77 -
YUV 113.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 161 96 75 0 0.40 0.53 0.37 14.65 0.36 0.46
Hex A1 60 4B 0 28 35 25 F 24 2E
Octal 241 140 113 0 50 65 45 17 44 56
Binary 10100001 1100000 1001011 0 101000 110101 100101 1111 100100 101110

Color Harmonies of #A1604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1604B

Black with #A1604B

Text Example


Text Example

White with #A1604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1604B; }

 p { color: rgb(161,96,75); }

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

background-color css

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

 a { background-color: rgb(161,96,75); }

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

border-color css

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

 span { border-color: rgb(161,96,75); }

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