Html Css Color HEX #A25B3C Sepia

📋 copy color: '#A25B3C'

red 162 ◦ green 91 ◦ blue 60

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

Shades of Sepia #A25B3C

Tints of Sepia #A25B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 51.76%
G = 29.07%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A25B3C (or 0xA25B3C) is known color: Sepia. HEX triplet: A2, 5B and 3C. RGB value is (162,91,60). Sum of RGB (Red+Green+Blue) = 162+91+60=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B3C is #5DA4C3. Grayscale: #6C6C6C. Windows color (decimal): -6137028 or 3955618. OLE color: 3955618.

HSL color Cylindrical-coordinate representation of color #A25B3C: hue angle of 18.24º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A25B3C is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 91 60 -
CMYK 0 0.44 0.63 0.36
HSL 18.24º 0.46% 0.44% -
HSV(B) 18.24º 0.63% 0.64% -
XYZ 19.46 15.49 6.24 -
YUV 108.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 162 91 60 0 0.44 0.63 0.36 18.24 0.46 0.44
Hex A2 5B 3C 0 2C 3F 24 12 2E 2C
Octal 242 133 74 0 54 77 44 22 56 54
Binary 10100010 1011011 111100 0 101100 111111 100100 10010 101110 101100

Color Harmonies of #A25B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B3C

Black with #A25B3C

Text Example


Text Example

White with #A25B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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