Html Css Color HEX #A46043 Sepia

📋 copy color: '#A46043'

red 164 ◦ green 96 ◦ blue 67

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

Shades of Sepia #A46043

Tints of Sepia #A46043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

 BLUE value IS 67 (26.56% from 255) = 20.49%

R = 50.15%
G = 29.36%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A46043 (or 0xA46043) is known color: Sepia. HEX triplet: A4, 60 and 43. RGB value is (164,96,67). Sum of RGB (Red+Green+Blue) = 164+96+67=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A46043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46043 is #5B9FBC. Grayscale: #717171. Windows color (decimal): -6004669 or 4415652. OLE color: 4415652.

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

Color convert

RGB 164 96 67 -
CMYK 0 0.41 0.59 0.36
HSL 17.94º 0.42% 0.45% -
HSV(B) 17.94º 0.59% 0.64% -
XYZ 20.51 16.66 7.45 -
YUV 113.03 102.03 164.36 -
System Red Green Blue C M Y K H S L
Decimal 164 96 67 0 0.41 0.59 0.36 17.94 0.42 0.45
Hex A4 60 43 0 29 3B 24 12 2A 2D
Octal 244 140 103 0 51 73 44 22 52 55
Binary 10100100 1100000 1000011 0 101001 111011 100100 10010 101010 101101

Color Harmonies of #A46043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46043

Black with #A46043

Text Example


Text Example

White with #A46043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46043; }

 p { color: rgb(164,96,67); }

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

background-color css

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

 a { background-color: rgb(164,96,67); }

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

border-color css

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

 span { border-color: rgb(164,96,67); }

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