Html Css Color HEX #A45D46 Sepia

📋 copy color: '#A45D46'

red 164 ◦ green 93 ◦ blue 70

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

Shades of Sepia #A45D46

Tints of Sepia #A45D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.44%

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

R = 50.15%
G = 28.44%
B = 21.41%

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

#A45D46 (or 0xA45D46) is known color: Sepia. HEX triplet: A4, 5D and 46. RGB value is (164,93,70). Sum of RGB (Red+Green+Blue) = 164+93+70=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D46 is #5BA2B9. Grayscale: #6F6F6F. Windows color (decimal): -6005434 or 4611492. OLE color: 4611492.

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

Color convert

RGB 164 93 70 -
CMYK 0 0.43 0.57 0.36
HSL 14.68º 0.4% 0.46% -
HSV(B) 14.68º 0.57% 0.64% -
XYZ 20.33 16.16 7.84 -
YUV 111.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 164 93 70 0 0.43 0.57 0.36 14.68 0.4 0.46
Hex A4 5D 46 0 2B 39 24 F 28 2E
Octal 244 135 106 0 53 71 44 17 50 56
Binary 10100100 1011101 1000110 0 101011 111001 100100 1111 101000 101110

Color Harmonies of #A45D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45D46

Black with #A45D46

Text Example


Text Example

White with #A45D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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