Html Css Color HEX #A14C3C Cognac

📋 copy color: '#A14C3C'

red 161 ◦ green 76 ◦ blue 60

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

Shades of Cognac #A14C3C

Tints of Cognac #A14C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 54.21%
G = 25.59%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A14C3C (or 0xA14C3C) is known color: Cognac. HEX triplet: A1, 4C and 3C. RGB value is (161,76,60). Sum of RGB (Red+Green+Blue) = 161+76+60=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C3C is #5EB3C3. Grayscale: #636363. Windows color (decimal): -6206404 or 3951777. OLE color: 3951777.

HSL color Cylindrical-coordinate representation of color #A14C3C: hue angle of 9.5º 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 #A14C3C is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 76 60 -
CMYK 0 0.53 0.63 0.37
HSL 9.5º 0.46% 0.43% -
HSV(B) 9.5º 0.63% 0.63% -
XYZ 18.1 13.07 5.84 -
YUV 99.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 161 76 60 0 0.53 0.63 0.37 9.5 0.46 0.43
Hex A1 4C 3C 0 35 3F 25 A 2E 2B
Octal 241 114 74 0 65 77 45 12 56 53
Binary 10100001 1001100 111100 0 110101 111111 100101 1010 101110 101011

Color Harmonies of #A14C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C3C

Black with #A14C3C

Text Example


Text Example

White with #A14C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C3C; }

 p { color: rgb(161,76,60); }

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

background-color css

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

 a { background-color: rgb(161,76,60); }

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

border-color css

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

 span { border-color: rgb(161,76,60); }

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