Html Css Color HEX #A1473B Cognac

📋 copy color: '#A1473B'

red 161 ◦ green 71 ◦ blue 59

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

Shades of Cognac #A1473B

Tints of Cognac #A1473B

RGB

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

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

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

R = 55.33%
G = 24.4%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1473B (or 0xA1473B) is known color: Cognac. HEX triplet: A1, 47 and 3B. RGB value is (161,71,59). Sum of RGB (Red+Green+Blue) = 161+71+59=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A1473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1473B is #5EB8C4. Grayscale: #606060. Windows color (decimal): -6207685 or 3884961. OLE color: 3884961.

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

Color convert

RGB 161 71 59 -
CMYK 0 0.56 0.63 0.37
HSL 7.06º 0.46% 0.43% -
HSV(B) 7.06º 0.63% 0.63% -
XYZ 17.74 12.4 5.6 -
YUV 96.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 161 71 59 0 0.56 0.63 0.37 7.06 0.46 0.43
Hex A1 47 3B 0 38 3F 25 7 2E 2B
Octal 241 107 73 0 70 77 45 7 56 53
Binary 10100001 1000111 111011 0 111000 111111 100101 111 101110 101011

Color Harmonies of #A1473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1473B

Black with #A1473B

Text Example


Text Example

White with #A1473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1473B; }

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

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

background-color css

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

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

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

border-color css

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

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

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