Html Css Color HEX #A14B3C Cognac

📋 copy color: '#A14B3C'

red 161 ◦ green 75 ◦ blue 60

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

Shades of Cognac #A14B3C

Tints of Cognac #A14B3C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.34%

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

R = 54.39%
G = 25.34%
B = 20.27%

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

#A14B3C (or 0xA14B3C) is known color: Cognac. HEX triplet: A1, 4B and 3C. RGB value is (161,75,60). Sum of RGB (Red+Green+Blue) = 161+75+60=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B3C is #5EB4C3. Grayscale: #636363. Windows color (decimal): -6206660 or 3951521. OLE color: 3951521.

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

Color convert

RGB 161 75 60 -
CMYK 0 0.53 0.63 0.37
HSL 8.91º 0.46% 0.43% -
HSV(B) 8.91º 0.63% 0.63% -
XYZ 18.03 12.94 5.82 -
YUV 99 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 161 75 60 0 0.53 0.63 0.37 8.91 0.46 0.43
Hex A1 4B 3C 0 35 3F 25 9 2E 2B
Octal 241 113 74 0 65 77 45 11 56 53
Binary 10100001 1001011 111100 0 110101 111111 100101 1001 101110 101011

Color Harmonies of #A14B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14B3C

Black with #A14B3C

Text Example


Text Example

White with #A14B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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