Html Css Color HEX #A2473B Cognac

📋 copy color: '#A2473B'

red 162 ◦ green 71 ◦ blue 59

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

Shades of Cognac #A2473B

Tints of Cognac #A2473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.32%

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

R = 55.48%
G = 24.32%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2473B (or 0xA2473B) is known color: Cognac. HEX triplet: A2, 47 and 3B. RGB value is (162,71,59). Sum of RGB (Red+Green+Blue) = 162+71+59=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A2473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2473B is #5DB8C4. Grayscale: #606060. Windows color (decimal): -6142149 or 3884962. OLE color: 3884962.

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

Color convert

RGB 162 71 59 -
CMYK 0 0.56 0.64 0.36
HSL 6.99º 0.47% 0.43% -
HSV(B) 6.99º 0.64% 0.64% -
XYZ 17.94 12.5 5.61 -
YUV 96.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 162 71 59 0 0.56 0.64 0.36 6.99 0.47 0.43
Hex A2 47 3B 0 38 40 24 7 2F 2B
Octal 242 107 73 0 70 100 44 7 57 53
Binary 10100010 1000111 111011 0 111000 1000000 100100 111 101111 101011

Color Harmonies of #A2473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2473B

Black with #A2473B

Text Example


Text Example

White with #A2473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2473B; }

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

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

background-color css

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

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

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

border-color css

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

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

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