Html Css Color HEX #A45C46 Sepia

📋 copy color: '#A45C46'

red 164 ◦ green 92 ◦ blue 70

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

Shades of Sepia #A45C46

Tints of Sepia #A45C46

RGB

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

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

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

R = 50.31%
G = 28.22%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A45C46 (or 0xA45C46) is known color: Sepia. HEX triplet: A4, 5C and 46. RGB value is (164,92,70). Sum of RGB (Red+Green+Blue) = 164+92+70=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45C46 is #5BA3B9. Grayscale: #6F6F6F. Windows color (decimal): -6005690 or 4611236. OLE color: 4611236.

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

Color convert

RGB 164 92 70 -
CMYK 0 0.44 0.57 0.36
HSL 14.04º 0.4% 0.46% -
HSV(B) 14.04º 0.57% 0.64% -
XYZ 20.24 15.99 7.81 -
YUV 111.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 164 92 70 0 0.44 0.57 0.36 14.04 0.4 0.46
Hex A4 5C 46 0 2C 39 24 E 28 2E
Octal 244 134 106 0 54 71 44 16 50 56
Binary 10100100 1011100 1000110 0 101100 111001 100100 1110 101000 101110

Color Harmonies of #A45C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45C46

Black with #A45C46

Text Example


Text Example

White with #A45C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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