Html Css Color HEX #A25C44 Sepia

📋 copy color: '#A25C44'

red 162 ◦ green 92 ◦ blue 68

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

Shades of Sepia #A25C44

Tints of Sepia #A25C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.12%

R = 50.31%
G = 28.57%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A25C44 (or 0xA25C44) is known color: Sepia. HEX triplet: A2, 5C and 44. RGB value is (162,92,68). Sum of RGB (Red+Green+Blue) = 162+92+68=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C44 is #5DA3BB. Grayscale: #6E6E6E. Windows color (decimal): -6136764 or 4480162. OLE color: 4480162.

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

Color convert

RGB 162 92 68 -
CMYK 0 0.43 0.58 0.36
HSL 15.32º 0.41% 0.45% -
HSV(B) 15.32º 0.58% 0.64% -
XYZ 19.77 15.75 7.47 -
YUV 110.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 162 92 68 0 0.43 0.58 0.36 15.32 0.41 0.45
Hex A2 5C 44 0 2B 3A 24 F 29 2D
Octal 242 134 104 0 53 72 44 17 51 55
Binary 10100010 1011100 1000100 0 101011 111010 100100 1111 101001 101101

Color Harmonies of #A25C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C44

Black with #A25C44

Text Example


Text Example

White with #A25C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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