Html Css Color HEX #A25B46 Sepia

📋 copy color: '#A25B46'

red 162 ◦ green 91 ◦ blue 70

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

Shades of Sepia #A25B46

Tints of Sepia #A25B46

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

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

R = 50.15%
G = 28.17%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A25B46 (or 0xA25B46) is known color: Sepia. HEX triplet: A2, 5B and 46. RGB value is (162,91,70). Sum of RGB (Red+Green+Blue) = 162+91+70=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B46 is #5DA4B9. Grayscale: #6D6D6D. Windows color (decimal): -6137018 or 4610978. OLE color: 4610978.

HSL color Cylindrical-coordinate representation of color #A25B46: hue angle of 13.7º 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 #A25B46 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 91 70 -
CMYK 0 0.44 0.57 0.36
HSL 13.7º 0.4% 0.45% -
HSV(B) 13.7º 0.57% 0.64% -
XYZ 19.75 15.61 7.77 -
YUV 109.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 162 91 70 0 0.44 0.57 0.36 13.7 0.4 0.45
Hex A2 5B 46 0 2C 39 24 E 28 2D
Octal 242 133 106 0 54 71 44 16 50 55
Binary 10100010 1011011 1000110 0 101100 111001 100100 1110 101000 101101

Color Harmonies of #A25B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B46

Black with #A25B46

Text Example


Text Example

White with #A25B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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