Html Css Color HEX #A0433B Cognac

📋 copy color: '#A0433B'

red 160 ◦ green 67 ◦ blue 59

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

Shades of Cognac #A0433B

Tints of Cognac #A0433B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.43%

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

R = 55.94%
G = 23.43%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A0433B (or 0xA0433B) is known color: Cognac. HEX triplet: A0, 43 and 3B. RGB value is (160,67,59). Sum of RGB (Red+Green+Blue) = 160+67+59=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0433B is #5FBCC4. Grayscale: #5E5E5E. Windows color (decimal): -6274245 or 3883936. OLE color: 3883936.

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

Color convert

RGB 160 67 59 -
CMYK 0 0.58 0.63 0.37
HSL 4.75º 0.46% 0.43% -
HSV(B) 4.75º 0.63% 0.63% -
XYZ 17.29 11.8 5.5 -
YUV 93.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 160 67 59 0 0.58 0.63 0.37 4.75 0.46 0.43
Hex A0 43 3B 0 3A 3F 25 5 2E 2B
Octal 240 103 73 0 72 77 45 5 56 53
Binary 10100000 1000011 111011 0 111010 111111 100101 101 101110 101011

Color Harmonies of #A0433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0433B

Black with #A0433B

Text Example


Text Example

White with #A0433B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0433B; }

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

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

background-color css

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

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

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

border-color css

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

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

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