Html Css Color HEX #A45F44 Sepia

📋 copy color: '#A45F44'

red 164 ◦ green 95 ◦ blue 68

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

Shades of Sepia #A45F44

Tints of Sepia #A45F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 50.15%
G = 29.05%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A45F44 (or 0xA45F44) is known color: Sepia. HEX triplet: A4, 5F and 44. RGB value is (164,95,68). Sum of RGB (Red+Green+Blue) = 164+95+68=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45F44 is #5BA0BB. Grayscale: #707070. Windows color (decimal): -6004924 or 4480932. OLE color: 4480932.

HSL color Cylindrical-coordinate representation of color #A45F44: hue angle of 16.88º degrees, saturation: 0.41, 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 #A45F44 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 95 68 -
CMYK 0 0.42 0.59 0.36
HSL 16.88º 0.41% 0.45% -
HSV(B) 16.88º 0.59% 0.64% -
XYZ 20.45 16.49 7.57 -
YUV 112.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 164 95 68 0 0.42 0.59 0.36 16.88 0.41 0.45
Hex A4 5F 44 0 2A 3B 24 11 29 2D
Octal 244 137 104 0 52 73 44 21 51 55
Binary 10100100 1011111 1000100 0 101010 111011 100100 10001 101001 101101

Color Harmonies of #A45F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45F44

Black with #A45F44

Text Example


Text Example

White with #A45F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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