Html Css Color HEX #A0413A Cognac

📋 copy color: '#A0413A'

red 160 ◦ green 65 ◦ blue 58

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

Shades of Cognac #A0413A

Tints of Cognac #A0413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 56.54%
G = 22.97%
B = 20.49%

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

#A0413A (or 0xA0413A) is known color: Cognac. HEX triplet: A0, 41 and 3A. RGB value is (160,65,58). Sum of RGB (Red+Green+Blue) = 160+65+58=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A0413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0413A is #5FBEC5. Grayscale: #5C5C5C. Windows color (decimal): -6274758 or 3817888. OLE color: 3817888.

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

Color convert

RGB 160 65 58 -
CMYK 0 0.59 0.64 0.37
HSL 4.12º 0.47% 0.43% -
HSV(B) 4.12º 0.64% 0.63% -
XYZ 17.15 11.56 5.33 -
YUV 92.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 160 65 58 0 0.59 0.64 0.37 4.12 0.47 0.43
Hex A0 41 3A 0 3B 40 25 4 2F 2B
Octal 240 101 72 0 73 100 45 4 57 53
Binary 10100000 1000001 111010 0 111011 1000000 100101 100 101111 101011

Color Harmonies of #A0413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0413A

Black with #A0413A

Text Example


Text Example

White with #A0413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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