Html Css Color HEX #A04138 Cognac

📋 copy color: '#A04138'

red 160 ◦ green 65 ◦ blue 56

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

Shades of Cognac #A04138

Tints of Cognac #A04138

RGB

 RED value IS 160 (62.89% from 255) = 56.94%

 GREEN value IS 65 (25.78% from 255) = 23.13%

 BLUE value IS 56 (22.27% from 255) = 19.93%

R = 56.94%
G = 23.13%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A04138 (or 0xA04138) is known color: Cognac. HEX triplet: A0, 41 and 38. RGB value is (160,65,56). Sum of RGB (Red+Green+Blue) = 160+65+56=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A04138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04138 is #5FBEC7. Grayscale: #5C5C5C. Windows color (decimal): -6274760 or 3686816. OLE color: 3686816.

HSL color Cylindrical-coordinate representation of color #A04138: hue angle of 5.19º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A04138 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 65 56 -
CMYK 0 0.59 0.65 0.37
HSL 5.19º 0.48% 0.42% -
HSV(B) 5.19º 0.65% 0.63% -
XYZ 17.1 11.54 5.07 -
YUV 92.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 160 65 56 0 0.59 0.65 0.37 5.19 0.48 0.42
Hex A0 41 38 0 3B 41 25 5 30 2A
Octal 240 101 70 0 73 101 45 5 60 52
Binary 10100000 1000001 111000 0 111011 1000001 100101 101 110000 101010

Color Harmonies of #A04138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04138

Black with #A04138

Text Example


Text Example

White with #A04138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04138; }

 p { color: rgb(160,65,56); }

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

background-color css

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

 a { background-color: rgb(160,65,56); }

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

border-color css

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

 span { border-color: rgb(160,65,56); }

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