Html Css Color HEX #A24A3D Cognac

📋 copy color: '#A24A3D'

red 162 ◦ green 74 ◦ blue 61

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

Shades of Cognac #A24A3D

Tints of Cognac #A24A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 54.55%
G = 24.92%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A24A3D (or 0xA24A3D) is known color: Cognac. HEX triplet: A2, 4A and 3D. RGB value is (162,74,61). Sum of RGB (Red+Green+Blue) = 162+74+61=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A3D is #5DB5C2. Grayscale: #626262. Windows color (decimal): -6141379 or 4016802. OLE color: 4016802.

HSL color Cylindrical-coordinate representation of color #A24A3D: hue angle of 7.72º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A24A3D is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 74 61 -
CMYK 0 0.54 0.62 0.36
HSL 7.72º 0.45% 0.44% -
HSV(B) 7.72º 0.62% 0.64% -
XYZ 18.19 12.92 5.95 -
YUV 98.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 162 74 61 0 0.54 0.62 0.36 7.72 0.45 0.44
Hex A2 4A 3D 0 36 3E 24 8 2D 2C
Octal 242 112 75 0 66 76 44 10 55 54
Binary 10100010 1001010 111101 0 110110 111110 100100 1000 101101 101100

Color Harmonies of #A24A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A3D

Black with #A24A3D

Text Example


Text Example

White with #A24A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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