Html Css Color HEX #A25C46 Sepia

📋 copy color: '#A25C46'

red 162 ◦ green 92 ◦ blue 70

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

Shades of Sepia #A25C46

Tints of Sepia #A25C46

RGB

 RED value IS 162 (63.67% from 255) = 50%

 GREEN value IS 92 (36.33% from 255) = 28.4%

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 50%
G = 28.4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A25C46 (or 0xA25C46) is known color: Sepia. HEX triplet: A2, 5C and 46. RGB value is (162,92,70). Sum of RGB (Red+Green+Blue) = 162+92+70=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C46 is #5DA3B9. Grayscale: #6E6E6E. Windows color (decimal): -6136762 or 4611234. OLE color: 4611234.

HSL color Cylindrical-coordinate representation of color #A25C46: hue angle of 14.35º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25C46 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 92 70 -
CMYK 0 0.43 0.57 0.36
HSL 14.35º 0.4% 0.45% -
HSV(B) 14.35º 0.57% 0.64% -
XYZ 19.83 15.78 7.79 -
YUV 110.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 162 92 70 0 0.43 0.57 0.36 14.35 0.4 0.45
Hex A2 5C 46 0 2B 39 24 E 28 2D
Octal 242 134 106 0 53 71 44 16 50 55
Binary 10100010 1011100 1000110 0 101011 111001 100100 1110 101000 101101

Color Harmonies of #A25C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C46

Black with #A25C46

Text Example


Text Example

White with #A25C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C46; }

 p { color: rgb(162,92,70); }

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

background-color css

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

 a { background-color: rgb(162,92,70); }

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

border-color css

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

 span { border-color: rgb(162,92,70); }

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