Html Css Color HEX #A25F46 Sepia

📋 copy color: '#A25F46'

red 162 ◦ green 95 ◦ blue 70

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

Shades of Sepia #A25F46

Tints of Sepia #A25F46

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.05%

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

R = 49.54%
G = 29.05%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A25F46 (or 0xA25F46) is known color: Sepia. HEX triplet: A2, 5F and 46. RGB value is (162,95,70). Sum of RGB (Red+Green+Blue) = 162+95+70=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F46 is #5DA0B9. Grayscale: #707070. Windows color (decimal): -6135994 or 4612002. OLE color: 4612002.

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

Color convert

RGB 162 95 70 -
CMYK 0 0.41 0.57 0.36
HSL 16.3º 0.4% 0.45% -
HSV(B) 16.3º 0.57% 0.64% -
XYZ 20.1 16.31 7.88 -
YUV 112.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 162 95 70 0 0.41 0.57 0.36 16.3 0.4 0.45
Hex A2 5F 46 0 29 39 24 10 28 2D
Octal 242 137 106 0 51 71 44 20 50 55
Binary 10100010 1011111 1000110 0 101001 111001 100100 10000 101000 101101

Color Harmonies of #A25F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F46

Black with #A25F46

Text Example


Text Example

White with #A25F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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