Html Css Color HEX #A14536 Cognac

📋 copy color: '#A14536'

red 161 ◦ green 69 ◦ blue 54

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

Shades of Cognac #A14536

Tints of Cognac #A14536

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.3%

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

R = 56.69%
G = 24.3%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A14536 (or 0xA14536) is known color: Cognac. HEX triplet: A1, 45 and 36. RGB value is (161,69,54). Sum of RGB (Red+Green+Blue) = 161+69+54=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A14536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14536 is #5EBAC9. Grayscale: #5E5E5E. Windows color (decimal): -6208202 or 3556769. OLE color: 3556769.

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

Color convert

RGB 161 69 54 -
CMYK 0 0.57 0.66 0.37
HSL 8.41º 0.5% 0.42% -
HSV(B) 8.41º 0.66% 0.63% -
XYZ 17.49 12.1 4.9 -
YUV 94.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 161 69 54 0 0.57 0.66 0.37 8.41 0.5 0.42
Hex A1 45 36 0 39 42 25 8 32 2A
Octal 241 105 66 0 71 102 45 10 62 52
Binary 10100001 1000101 110110 0 111001 1000010 100101 1000 110010 101010

Color Harmonies of #A14536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14536

Black with #A14536

Text Example


Text Example

White with #A14536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14536; }

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

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

background-color css

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

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

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

border-color css

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

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

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