Html Css Color HEX #A34139 Cognac

📋 copy color: '#A34139'

red 163 ◦ green 65 ◦ blue 57

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

Shades of Cognac #A34139

Tints of Cognac #A34139

RGB

 RED value IS 163 (64.06% from 255) = 57.19%

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

 BLUE value IS 57 (22.66% from 255) = 20%

R = 57.19%
G = 22.81%
B = 20%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A34139 (or 0xA34139) is known color: Cognac. HEX triplet: A3, 41 and 39. RGB value is (163,65,57). Sum of RGB (Red+Green+Blue) = 163+65+57=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A34139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34139 is #5CBEC6. Grayscale: #5D5D5D. Windows color (decimal): -6078151 or 3752355. OLE color: 3752355.

HSL color Cylindrical-coordinate representation of color #A34139: hue angle of 4.53º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A34139 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 65 57 -
CMYK 0 0.60 0.65 0.36
HSL 4.53º 0.48% 0.43% -
HSV(B) 4.53º 0.65% 0.64% -
XYZ 17.73 11.86 5.23 -
YUV 93.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 163 65 57 0 0.60 0.65 0.36 4.53 0.48 0.43
Hex A3 41 39 0 3C 41 24 5 30 2B
Octal 243 101 71 0 74 101 44 5 60 53
Binary 10100011 1000001 111001 0 111100 1000001 100100 101 110000 101011

Color Harmonies of #A34139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34139

Black with #A34139

Text Example


Text Example

White with #A34139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34139; }

 p { color: rgb(163,65,57); }

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

background-color css

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

 a { background-color: rgb(163,65,57); }

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

border-color css

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

 span { border-color: rgb(163,65,57); }

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