Html Css Color HEX #A0433C Cognac

📋 copy color: '#A0433C'

red 160 ◦ green 67 ◦ blue 60

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

Shades of Cognac #A0433C

Tints of Cognac #A0433C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 55.75%
G = 23.34%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0433C (or 0xA0433C) is known color: Cognac. HEX triplet: A0, 43 and 3C. RGB value is (160,67,60). Sum of RGB (Red+Green+Blue) = 160+67+60=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0433C is #5FBCC3. Grayscale: #5E5E5E. Windows color (decimal): -6274244 or 3949472. OLE color: 3949472.

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

Color convert

RGB 160 67 60 -
CMYK 0 0.58 0.62 0.37
HSL 4.2º 0.45% 0.43% -
HSV(B) 4.2º 0.63% 0.63% -
XYZ 17.32 11.81 5.64 -
YUV 94.01 108.81 175.07 -
System Red Green Blue C M Y K H S L
Decimal 160 67 60 0 0.58 0.62 0.37 4.2 0.45 0.43
Hex A0 43 3C 0 3A 3E 25 4 2D 2B
Octal 240 103 74 0 72 76 45 4 55 53
Binary 10100000 1000011 111100 0 111010 111110 100101 100 101101 101011

Color Harmonies of #A0433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0433C

Black with #A0433C

Text Example


Text Example

White with #A0433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0433C; }

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

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

background-color css

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

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

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

border-color css

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

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

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