Html Css Color HEX #A14F3E Cognac

📋 copy color: '#A14F3E'

red 161 ◦ green 79 ◦ blue 62

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

Shades of Cognac #A14F3E

Tints of Cognac #A14F3E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 53.31%
G = 26.16%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A14F3E (or 0xA14F3E) is known color: Cognac. HEX triplet: A1, 4F and 3E. RGB value is (161,79,62). Sum of RGB (Red+Green+Blue) = 161+79+62=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14F3E is #5EB0C1. Grayscale: #656565. Windows color (decimal): -6205634 or 4083617. OLE color: 4083617.

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

Color convert

RGB 161 79 62 -
CMYK 0 0.51 0.61 0.37
HSL 10.3º 0.44% 0.44% -
HSV(B) 10.3º 0.61% 0.63% -
XYZ 18.36 13.52 6.2 -
YUV 101.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 161 79 62 0 0.51 0.61 0.37 10.3 0.44 0.44
Hex A1 4F 3E 0 33 3D 25 A 2C 2C
Octal 241 117 76 0 63 75 45 12 54 54
Binary 10100001 1001111 111110 0 110011 111101 100101 1010 101100 101100

Color Harmonies of #A14F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14F3E

Black with #A14F3E

Text Example


Text Example

White with #A14F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14F3E; }

 p { color: rgb(161,79,62); }

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

background-color css

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

 a { background-color: rgb(161,79,62); }

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

border-color css

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

 span { border-color: rgb(161,79,62); }

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