Html Css Color HEX #A0433D Cognac

📋 copy color: '#A0433D'

red 160 ◦ green 67 ◦ blue 61

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

Shades of Cognac #A0433D

Tints of Cognac #A0433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.18%

R = 55.56%
G = 23.26%
B = 21.18%

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

#A0433D (or 0xA0433D) is known color: Cognac. HEX triplet: A0, 43 and 3D. RGB value is (160,67,61). Sum of RGB (Red+Green+Blue) = 160+67+61=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0433D is #5FBCC2. Grayscale: #5E5E5E. Windows color (decimal): -6274243 or 4015008. OLE color: 4015008.

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

Color convert

RGB 160 67 61 -
CMYK 0 0.58 0.62 0.37
HSL 3.64º 0.45% 0.43% -
HSV(B) 3.64º 0.62% 0.63% -
XYZ 17.35 11.82 5.78 -
YUV 94.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 160 67 61 0 0.58 0.62 0.37 3.64 0.45 0.43
Hex A0 43 3D 0 3A 3E 25 4 2D 2B
Octal 240 103 75 0 72 76 45 4 55 53
Binary 10100000 1000011 111101 0 111010 111110 100101 100 101101 101011

Color Harmonies of #A0433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0433D

Black with #A0433D

Text Example


Text Example

White with #A0433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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