Html Css Color HEX #A04538 Cognac

📋 copy color: '#A04538'

red 160 ◦ green 69 ◦ blue 56

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

Shades of Cognac #A04538

Tints of Cognac #A04538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

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

R = 56.14%
G = 24.21%
B = 19.65%

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

#A04538 (or 0xA04538) is known color: Cognac. HEX triplet: A0, 45 and 38. RGB value is (160,69,56). Sum of RGB (Red+Green+Blue) = 160+69+56=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A04538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04538 is #5FBAC7. Grayscale: #5E5E5E. Windows color (decimal): -6273736 or 3687840. OLE color: 3687840.

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

Color convert

RGB 160 69 56 -
CMYK 0 0.57 0.65 0.37
HSL 7.5º 0.48% 0.42% -
HSV(B) 7.5º 0.65% 0.63% -
XYZ 17.34 12.02 5.15 -
YUV 94.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 160 69 56 0 0.57 0.65 0.37 7.5 0.48 0.42
Hex A0 45 38 0 39 41 25 8 30 2A
Octal 240 105 70 0 71 101 45 10 60 52
Binary 10100000 1000101 111000 0 111001 1000001 100101 1000 110000 101010

Color Harmonies of #A04538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04538

Black with #A04538

Text Example


Text Example

White with #A04538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04538; }

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

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

background-color css

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

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

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

border-color css

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

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

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