Html Css Color HEX #A2413A Cognac

📋 copy color: '#A2413A'

red 162 ◦ green 65 ◦ blue 58

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

Shades of Cognac #A2413A

Tints of Cognac #A2413A

RGB

 RED value IS 162 (63.67% from 255) = 56.84%

 GREEN value IS 65 (25.78% from 255) = 22.81%

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 56.84%
G = 22.81%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2413A (or 0xA2413A) is known color: Cognac. HEX triplet: A2, 41 and 3A. RGB value is (162,65,58). Sum of RGB (Red+Green+Blue) = 162+65+58=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A2413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2413A is #5DBEC5. Grayscale: #5D5D5D. Windows color (decimal): -6143686 or 3817890. OLE color: 3817890.

HSL color Cylindrical-coordinate representation of color #A2413A: hue angle of 4.04º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2413A is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 65 58 -
CMYK 0 0.60 0.64 0.36
HSL 4.04º 0.47% 0.43% -
HSV(B) 4.04º 0.64% 0.64% -
XYZ 17.55 11.77 5.35 -
YUV 93.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 162 65 58 0 0.60 0.64 0.36 4.04 0.47 0.43
Hex A2 41 3A 0 3C 40 24 4 2F 2B
Octal 242 101 72 0 74 100 44 4 57 53
Binary 10100010 1000001 111010 0 111100 1000000 100100 100 101111 101011

Color Harmonies of #A2413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2413A

Black with #A2413A

Text Example


Text Example

White with #A2413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2413A; }

 p { color: rgb(162,65,58); }

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

background-color css

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

 a { background-color: rgb(162,65,58); }

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

border-color css

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

 span { border-color: rgb(162,65,58); }

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