Html Css Color HEX #A45E46 Sepia

📋 copy color: '#A45E46'

red 164 ◦ green 94 ◦ blue 70

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

Shades of Sepia #A45E46

Tints of Sepia #A45E46

RGB

 RED value IS 164 (64.45% from 255) = 50%

 GREEN value IS 94 (37.11% from 255) = 28.66%

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

R = 50%
G = 28.66%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A45E46 (or 0xA45E46) is known color: Sepia. HEX triplet: A4, 5E and 46. RGB value is (164,94,70). Sum of RGB (Red+Green+Blue) = 164+94+70=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45E46 is #5BA1B9. Grayscale: #707070. Windows color (decimal): -6005178 or 4611748. OLE color: 4611748.

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

Color convert

RGB 164 94 70 -
CMYK 0 0.43 0.57 0.36
HSL 15.32º 0.4% 0.46% -
HSV(B) 15.32º 0.57% 0.64% -
XYZ 20.42 16.34 7.87 -
YUV 112.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 164 94 70 0 0.43 0.57 0.36 15.32 0.4 0.46
Hex A4 5E 46 0 2B 39 24 F 28 2E
Octal 244 136 106 0 53 71 44 17 50 56
Binary 10100100 1011110 1000110 0 101011 111001 100100 1111 101000 101110

Color Harmonies of #A45E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45E46

Black with #A45E46

Text Example


Text Example

White with #A45E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45E46; }

 p { color: rgb(164,94,70); }

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

background-color css

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

 a { background-color: rgb(164,94,70); }

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

border-color css

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

 span { border-color: rgb(164,94,70); }

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