Html Css Color HEX #A45842 Sepia

📋 copy color: '#A45842'

red 164 ◦ green 88 ◦ blue 66

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

Shades of Sepia #A45842

Tints of Sepia #A45842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 51.57%
G = 27.67%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A45842 (or 0xA45842) is known color: Sepia. HEX triplet: A4, 58 and 42. RGB value is (164,88,66). Sum of RGB (Red+Green+Blue) = 164+88+66=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A45842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45842 is #5BA7BD. Grayscale: #6C6C6C. Windows color (decimal): -6006718 or 4348068. OLE color: 4348068.

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

Color convert

RGB 164 88 66 -
CMYK 0 0.46 0.60 0.36
HSL 13.47º 0.43% 0.45% -
HSV(B) 13.47º 0.6% 0.64% -
XYZ 19.78 15.27 7.06 -
YUV 108.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 164 88 66 0 0.46 0.60 0.36 13.47 0.43 0.45
Hex A4 58 42 0 2E 3C 24 D 2B 2D
Octal 244 130 102 0 56 74 44 15 53 55
Binary 10100100 1011000 1000010 0 101110 111100 100100 1101 101011 101101

Color Harmonies of #A45842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45842

Black with #A45842

Text Example


Text Example

White with #A45842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45842; }

 p { color: rgb(164,88,66); }

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

background-color css

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

 a { background-color: rgb(164,88,66); }

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

border-color css

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

 span { border-color: rgb(164,88,66); }

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