Html Css Color HEX #A2453B Cognac

📋 copy color: '#A2453B'

red 162 ◦ green 69 ◦ blue 59

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

Shades of Cognac #A2453B

Tints of Cognac #A2453B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.34%

R = 55.86%
G = 23.79%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2453B (or 0xA2453B) is known color: Cognac. HEX triplet: A2, 45 and 3B. RGB value is (162,69,59). Sum of RGB (Red+Green+Blue) = 162+69+59=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2453B is #5DBAC4. Grayscale: #5F5F5F. Windows color (decimal): -6142661 or 3884450. OLE color: 3884450.

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

Color convert

RGB 162 69 59 -
CMYK 0 0.57 0.64 0.36
HSL 5.83º 0.47% 0.43% -
HSV(B) 5.83º 0.64% 0.64% -
XYZ 17.82 12.25 5.56 -
YUV 95.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 162 69 59 0 0.57 0.64 0.36 5.83 0.47 0.43
Hex A2 45 3B 0 39 40 24 6 2F 2B
Octal 242 105 73 0 71 100 44 6 57 53
Binary 10100010 1000101 111011 0 111001 1000000 100100 110 101111 101011

Color Harmonies of #A2453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2453B

Black with #A2453B

Text Example


Text Example

White with #A2453B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2453B; }

 p { color: rgb(162,69,59); }

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

background-color css

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

 a { background-color: rgb(162,69,59); }

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

border-color css

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

 span { border-color: rgb(162,69,59); }

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