Html Css Color HEX #A24B3C Cognac

📋 copy color: '#A24B3C'

red 162 ◦ green 75 ◦ blue 60

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

Shades of Cognac #A24B3C

Tints of Cognac #A24B3C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.25%

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 54.55%
G = 25.25%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A24B3C (or 0xA24B3C) is known color: Cognac. HEX triplet: A2, 4B and 3C. RGB value is (162,75,60). Sum of RGB (Red+Green+Blue) = 162+75+60=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B3C is #5DB4C3. Grayscale: #636363. Windows color (decimal): -6141124 or 3951522. OLE color: 3951522.

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

Color convert

RGB 162 75 60 -
CMYK 0 0.54 0.63 0.36
HSL 8.82º 0.46% 0.44% -
HSV(B) 8.82º 0.63% 0.64% -
XYZ 18.23 13.04 5.83 -
YUV 99.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 162 75 60 0 0.54 0.63 0.36 8.82 0.46 0.44
Hex A2 4B 3C 0 36 3F 24 9 2E 2C
Octal 242 113 74 0 66 77 44 11 56 54
Binary 10100010 1001011 111100 0 110110 111111 100100 1001 101110 101100

Color Harmonies of #A24B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B3C

Black with #A24B3C

Text Example


Text Example

White with #A24B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B3C; }

 p { color: rgb(162,75,60); }

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

background-color css

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

 a { background-color: rgb(162,75,60); }

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

border-color css

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

 span { border-color: rgb(162,75,60); }

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