Html Css Color HEX #A25C42 Sepia

📋 copy color: '#A25C42'

red 162 ◦ green 92 ◦ blue 66

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

Shades of Sepia #A25C42

Tints of Sepia #A25C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 50.63%
G = 28.75%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A25C42 (or 0xA25C42) is known color: Sepia. HEX triplet: A2, 5C and 42. RGB value is (162,92,66). Sum of RGB (Red+Green+Blue) = 162+92+66=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C42 is #5DA3BD. Grayscale: #6E6E6E. Windows color (decimal): -6136766 or 4349090. OLE color: 4349090.

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

Color convert

RGB 162 92 66 -
CMYK 0 0.43 0.59 0.36
HSL 16.25º 0.42% 0.45% -
HSV(B) 16.25º 0.59% 0.64% -
XYZ 19.71 15.73 7.15 -
YUV 109.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 162 92 66 0 0.43 0.59 0.36 16.25 0.42 0.45
Hex A2 5C 42 0 2B 3B 24 10 2A 2D
Octal 242 134 102 0 53 73 44 20 52 55
Binary 10100010 1011100 1000010 0 101011 111011 100100 10000 101010 101101

Color Harmonies of #A25C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C42

Black with #A25C42

Text Example


Text Example

White with #A25C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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