Html Css Color HEX #A45F45 Sepia

📋 copy color: '#A45F45'

red 164 ◦ green 95 ◦ blue 69

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

Shades of Sepia #A45F45

Tints of Sepia #A45F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.04%

R = 50%
G = 28.96%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A45F45 (or 0xA45F45) is known color: Sepia. HEX triplet: A4, 5F and 45. RGB value is (164,95,69). Sum of RGB (Red+Green+Blue) = 164+95+69=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45F45 is #5BA0BA. Grayscale: #707070. Windows color (decimal): -6004923 or 4546468. OLE color: 4546468.

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

Color convert

RGB 164 95 69 -
CMYK 0 0.42 0.58 0.36
HSL 16.42º 0.41% 0.46% -
HSV(B) 16.42º 0.58% 0.64% -
XYZ 20.48 16.51 7.74 -
YUV 112.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 164 95 69 0 0.42 0.58 0.36 16.42 0.41 0.46
Hex A4 5F 45 0 2A 3A 24 10 29 2E
Octal 244 137 105 0 52 72 44 20 51 56
Binary 10100100 1011111 1000101 0 101010 111010 100100 10000 101001 101110

Color Harmonies of #A45F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45F45

Black with #A45F45

Text Example


Text Example

White with #A45F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45F45; }

 p { color: rgb(164,95,69); }

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

background-color css

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

 a { background-color: rgb(164,95,69); }

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

border-color css

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

 span { border-color: rgb(164,95,69); }

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