Html Css Color HEX #A0453B Cognac

📋 copy color: '#A0453B'

red 160 ◦ green 69 ◦ blue 59

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

Shades of Cognac #A0453B

Tints of Cognac #A0453B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.49%

R = 55.56%
G = 23.96%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A0453B (or 0xA0453B) is known color: Cognac. HEX triplet: A0, 45 and 3B. RGB value is (160,69,59). Sum of RGB (Red+Green+Blue) = 160+69+59=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0453B is #5FBAC4. Grayscale: #5F5F5F. Windows color (decimal): -6273733 or 3884448. OLE color: 3884448.

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

Color convert

RGB 160 69 59 -
CMYK 0 0.57 0.63 0.37
HSL 5.94º 0.46% 0.43% -
HSV(B) 5.94º 0.63% 0.63% -
XYZ 17.41 12.05 5.54 -
YUV 95.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 160 69 59 0 0.57 0.63 0.37 5.94 0.46 0.43
Hex A0 45 3B 0 39 3F 25 6 2E 2B
Octal 240 105 73 0 71 77 45 6 56 53
Binary 10100000 1000101 111011 0 111001 111111 100101 110 101110 101011

Color Harmonies of #A0453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0453B

Black with #A0453B

Text Example


Text Example

White with #A0453B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0453B; }

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

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

background-color css

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

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

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

border-color css

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

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

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