#A3473A

Color #A3473A Cognac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cognac #A3473A

Tints of Cognac #A3473A

Color information

#A3473A (or 0xA3473A) is unknown color: approx Cognac. HEX triplet: A3, 47 and 3A. RGB value is (163,71,58). Sum of RGB (Red+Green+Blue) = 163+71+58=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A3473A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3473A is #5CB8C5. Grayscale: #616161. Windows color (decimal): -6076614 or 3819427. OLE color: 3819427.

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

Color convert

RGB1637158-
CMYK00.560.640.36
HSL7.43º47.51%43.33%-
HSV(B)7.43º64.42%63.92%-
XYZ18.1212.65.48-
YUV97.03105.98175.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.82%
GREEN value IS 71 (28.12% from 255) = 24.32%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=55.82%
G=24.32%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163715800.560.640.367.4347.5143.33
HexA3473A03840247302b
Octal243107720701004476053
Binary10100011100011111101001110001000000100100111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3473A; }

 p { color: rgb(163,71,58); }

 H1.HeaderClassName
 {
   color: #A3473A;
 }
 .AnyTagClassName
 {
   color: #A3473A;
 }
</style>
background-color css

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

 a { background-color: rgb(163,71,58); }

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

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

 span { border-color: rgb(163,71,58); }

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