Html Css Color HEX #A04139 Cognac

📋 copy color: '#A04139'

red 160 ◦ green 65 ◦ blue 57

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

Shades of Cognac #A04139

Tints of Cognac #A04139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.21%

R = 56.74%
G = 23.05%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A04139 (or 0xA04139) is known color: Cognac. HEX triplet: A0, 41 and 39. RGB value is (160,65,57). Sum of RGB (Red+Green+Blue) = 160+65+57=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A04139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04139 is #5FBEC6. Grayscale: #5C5C5C. Windows color (decimal): -6274759 or 3752352. OLE color: 3752352.

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

Color convert

RGB 160 65 57 -
CMYK 0 0.59 0.64 0.37
HSL 4.66º 0.47% 0.43% -
HSV(B) 4.66º 0.64% 0.63% -
XYZ 17.13 11.55 5.2 -
YUV 92.49 107.97 176.15 -
System Red Green Blue C M Y K H S L
Decimal 160 65 57 0 0.59 0.64 0.37 4.66 0.47 0.43
Hex A0 41 39 0 3B 40 25 5 2F 2B
Octal 240 101 71 0 73 100 45 5 57 53
Binary 10100000 1000001 111001 0 111011 1000000 100101 101 101111 101011

Color Harmonies of #A04139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04139

Black with #A04139

Text Example


Text Example

White with #A04139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04139; }

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

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

background-color css

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

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

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

border-color css

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

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

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