Html Css Color HEX #A14436 Cognac

📋 copy color: '#A14436'

red 161 ◦ green 68 ◦ blue 54

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

Shades of Cognac #A14436

Tints of Cognac #A14436

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 56.89%
G = 24.03%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A14436 (or 0xA14436) is known color: Cognac. HEX triplet: A1, 44 and 36. RGB value is (161,68,54). Sum of RGB (Red+Green+Blue) = 161+68+54=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A14436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14436 is #5EBBC9. Grayscale: #5E5E5E. Windows color (decimal): -6208458 or 3556513. OLE color: 3556513.

HSL color Cylindrical-coordinate representation of color #A14436: hue angle of 7.85º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A14436 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 68 54 -
CMYK 0 0.58 0.66 0.37
HSL 7.85º 0.5% 0.42% -
HSV(B) 7.85º 0.66% 0.63% -
XYZ 17.43 11.98 4.88 -
YUV 94.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 161 68 54 0 0.58 0.66 0.37 7.85 0.5 0.42
Hex A1 44 36 0 3A 42 25 8 32 2A
Octal 241 104 66 0 72 102 45 10 62 52
Binary 10100001 1000100 110110 0 111010 1000010 100101 1000 110010 101010

Color Harmonies of #A14436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14436

Black with #A14436

Text Example


Text Example

White with #A14436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14436; }

 p { color: rgb(161,68,54); }

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

background-color css

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

 a { background-color: rgb(161,68,54); }

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

border-color css

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

 span { border-color: rgb(161,68,54); }

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