Html Css Color HEX #A3473B Cognac

📋 copy color: '#A3473B'

red 163 ◦ green 71 ◦ blue 59

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

Shades of Cognac #A3473B

Tints of Cognac #A3473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.23%

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

R = 55.63%
G = 24.23%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3473B (or 0xA3473B) is known color: Cognac. HEX triplet: A3, 47 and 3B. RGB value is (163,71,59). Sum of RGB (Red+Green+Blue) = 163+71+59=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3473B is #5CB8C4. Grayscale: #616161. Windows color (decimal): -6076613 or 3884963. OLE color: 3884963.

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

Color convert

RGB 163 71 59 -
CMYK 0 0.56 0.64 0.36
HSL 6.92º 0.47% 0.44% -
HSV(B) 6.92º 0.64% 0.64% -
XYZ 18.15 12.61 5.61 -
YUV 97.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 163 71 59 0 0.56 0.64 0.36 6.92 0.47 0.44
Hex A3 47 3B 0 38 40 24 7 2F 2C
Octal 243 107 73 0 70 100 44 7 57 54
Binary 10100011 1000111 111011 0 111000 1000000 100100 111 101111 101100

Color Harmonies of #A3473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3473B

Black with #A3473B

Text Example


Text Example

White with #A3473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3473B; }

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

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

background-color css

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

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

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

border-color css

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

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

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