Html Css Color HEX #A25A42 Sepia

📋 copy color: '#A25A42'

red 162 ◦ green 90 ◦ blue 66

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

Shades of Sepia #A25A42

Tints of Sepia #A25A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.3%

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

R = 50.94%
G = 28.3%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A25A42 (or 0xA25A42) is known color: Sepia. HEX triplet: A2, 5A and 42. RGB value is (162,90,66). Sum of RGB (Red+Green+Blue) = 162+90+66=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A42 is #5DA5BD. Grayscale: #6C6C6C. Windows color (decimal): -6137278 or 4348578. OLE color: 4348578.

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

Color convert

RGB 162 90 66 -
CMYK 0 0.44 0.59 0.36
HSL 15º 0.42% 0.45% -
HSV(B) 15º 0.59% 0.64% -
XYZ 19.54 15.39 7.09 -
YUV 108.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 162 90 66 0 0.44 0.59 0.36 15 0.42 0.45
Hex A2 5A 42 0 2C 3B 24 F 2A 2D
Octal 242 132 102 0 54 73 44 17 52 55
Binary 10100010 1011010 1000010 0 101100 111011 100100 1111 101010 101101

Color Harmonies of #A25A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A42

Black with #A25A42

Text Example


Text Example

White with #A25A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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