Html Css Color HEX #A04438 Cognac

📋 copy color: '#A04438'

red 160 ◦ green 68 ◦ blue 56

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

Shades of Cognac #A04438

Tints of Cognac #A04438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

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

R = 56.34%
G = 23.94%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A04438 (or 0xA04438) is known color: Cognac. HEX triplet: A0, 44 and 38. RGB value is (160,68,56). Sum of RGB (Red+Green+Blue) = 160+68+56=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A04438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04438 is #5FBBC7. Grayscale: #5E5E5E. Windows color (decimal): -6273992 or 3687584. OLE color: 3687584.

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

Color convert

RGB 160 68 56 -
CMYK 0 0.57 0.65 0.37
HSL 6.92º 0.48% 0.42% -
HSV(B) 6.92º 0.65% 0.63% -
XYZ 17.28 11.89 5.13 -
YUV 94.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 160 68 56 0 0.57 0.65 0.37 6.92 0.48 0.42
Hex A0 44 38 0 39 41 25 7 30 2A
Octal 240 104 70 0 71 101 45 7 60 52
Binary 10100000 1000100 111000 0 111001 1000001 100101 111 110000 101010

Color Harmonies of #A04438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04438

Black with #A04438

Text Example


Text Example

White with #A04438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04438; }

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

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

background-color css

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

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

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

border-color css

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

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

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