Html Css Color HEX #A1473D Cognac

📋 copy color: '#A1473D'

red 161 ◦ green 71 ◦ blue 61

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

Shades of Cognac #A1473D

Tints of Cognac #A1473D

RGB

 RED value IS 161 (63.28% from 255) = 54.95%

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

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

R = 54.95%
G = 24.23%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A1473D (or 0xA1473D) is known color: Cognac. HEX triplet: A1, 47 and 3D. RGB value is (161,71,61). Sum of RGB (Red+Green+Blue) = 161+71+61=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A1473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1473D is #5EB8C2. Grayscale: #606060. Windows color (decimal): -6207683 or 4016033. OLE color: 4016033.

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

Color convert

RGB 161 71 61 -
CMYK 0 0.56 0.62 0.37
HSL 0.45% 0.44% -
HSV(B) 0.62% 0.63% -
XYZ 17.79 12.42 5.87 -
YUV 96.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 161 71 61 0 0.56 0.62 0.37 6 0.45 0.44
Hex A1 47 3D 0 38 3E 25 6 2D 2C
Octal 241 107 75 0 70 76 45 6 55 54
Binary 10100001 1000111 111101 0 111000 111110 100101 110 101101 101100

Color Harmonies of #A1473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1473D

Black with #A1473D

Text Example


Text Example

White with #A1473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1473D; }

 p { color: rgb(161,71,61); }

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

background-color css

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

 a { background-color: rgb(161,71,61); }

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

border-color css

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

 span { border-color: rgb(161,71,61); }

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