Html Css Color HEX #A24135 Cognac

📋 copy color: '#A24135'

red 162 ◦ green 65 ◦ blue 53

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

Shades of Cognac #A24135

Tints of Cognac #A24135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

 BLUE value IS 53 (21.09% from 255) = 18.93%

R = 57.86%
G = 23.21%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A24135 (or 0xA24135) is known color: Cognac. HEX triplet: A2, 41 and 35. RGB value is (162,65,53). Sum of RGB (Red+Green+Blue) = 162+65+53=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A24135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24135 is #5DBECA. Grayscale: #5C5C5C. Windows color (decimal): -6143691 or 3490210. OLE color: 3490210.

HSL color Cylindrical-coordinate representation of color #A24135: hue angle of 6.61º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A24135 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 65 53 -
CMYK 0 0.60 0.67 0.36
HSL 6.61º 0.51% 0.42% -
HSV(B) 6.61º 0.67% 0.64% -
XYZ 17.43 11.72 4.71 -
YUV 92.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 162 65 53 0 0.60 0.67 0.36 6.61 0.51 0.42
Hex A2 41 35 0 3C 43 24 7 33 2A
Octal 242 101 65 0 74 103 44 7 63 52
Binary 10100010 1000001 110101 0 111100 1000011 100100 111 110011 101010

Color Harmonies of #A24135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24135

Black with #A24135

Text Example


Text Example

White with #A24135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24135; }

 p { color: rgb(162,65,53); }

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

background-color css

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

 a { background-color: rgb(162,65,53); }

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

border-color css

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

 span { border-color: rgb(162,65,53); }

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