Html Css Color HEX #A04639 Cognac

📋 copy color: '#A04639'

red 160 ◦ green 70 ◦ blue 57

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

Shades of Cognac #A04639

Tints of Cognac #A04639

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 55.75%
G = 24.39%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A04639 (or 0xA04639) is known color: Cognac. HEX triplet: A0, 46 and 39. RGB value is (160,70,57). Sum of RGB (Red+Green+Blue) = 160+70+57=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A04639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04639 is #5FB9C6. Grayscale: #5F5F5F. Windows color (decimal): -6273479 or 3753632. OLE color: 3753632.

HSL color Cylindrical-coordinate representation of color #A04639: hue angle of 7.57º 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 #A04639 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 70 57 -
CMYK 0 0.56 0.64 0.37
HSL 7.57º 0.47% 0.43% -
HSV(B) 7.57º 0.64% 0.63% -
XYZ 17.43 12.15 5.3 -
YUV 95.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 160 70 57 0 0.56 0.64 0.37 7.57 0.47 0.43
Hex A0 46 39 0 38 40 25 8 2F 2B
Octal 240 106 71 0 70 100 45 10 57 53
Binary 10100000 1000110 111001 0 111000 1000000 100101 1000 101111 101011

Color Harmonies of #A04639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04639

Black with #A04639

Text Example


Text Example

White with #A04639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04639; }

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

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

background-color css

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

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

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

border-color css

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

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

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