Html Css Color HEX #A24A3B Cognac

📋 copy color: '#A24A3B'

red 162 ◦ green 74 ◦ blue 59

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

Shades of Cognac #A24A3B

Tints of Cognac #A24A3B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.08%

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

R = 54.92%
G = 25.08%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A24A3B (or 0xA24A3B) is known color: Cognac. HEX triplet: A2, 4A and 3B. RGB value is (162,74,59). Sum of RGB (Red+Green+Blue) = 162+74+59=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A3B is #5DB5C4. Grayscale: #626262. Windows color (decimal): -6141381 or 3885730. OLE color: 3885730.

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

Color convert

RGB 162 74 59 -
CMYK 0 0.54 0.64 0.36
HSL 8.74º 0.47% 0.43% -
HSV(B) 8.74º 0.64% 0.64% -
XYZ 18.14 12.89 5.67 -
YUV 98.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 162 74 59 0 0.54 0.64 0.36 8.74 0.47 0.43
Hex A2 4A 3B 0 36 40 24 9 2F 2B
Octal 242 112 73 0 66 100 44 11 57 53
Binary 10100010 1001010 111011 0 110110 1000000 100100 1001 101111 101011

Color Harmonies of #A24A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A3B

Black with #A24A3B

Text Example


Text Example

White with #A24A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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