Html Css Color HEX #A24B3D Cognac

📋 copy color: '#A24B3D'

red 162 ◦ green 75 ◦ blue 61

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

Shades of Cognac #A24B3D

Tints of Cognac #A24B3D

RGB

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

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

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

R = 54.36%
G = 25.17%
B = 20.47%

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

#A24B3D (or 0xA24B3D) is known color: Cognac. HEX triplet: A2, 4B and 3D. RGB value is (162,75,61). Sum of RGB (Red+Green+Blue) = 162+75+61=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B3D is #5DB4C2. Grayscale: #636363. Windows color (decimal): -6141123 or 4017058. OLE color: 4017058.

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

Color convert

RGB 162 75 61 -
CMYK 0 0.54 0.62 0.36
HSL 8.32º 0.45% 0.44% -
HSV(B) 8.32º 0.62% 0.64% -
XYZ 18.26 13.05 5.97 -
YUV 99.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 162 75 61 0 0.54 0.62 0.36 8.32 0.45 0.44
Hex A2 4B 3D 0 36 3E 24 8 2D 2C
Octal 242 113 75 0 66 76 44 10 55 54
Binary 10100010 1001011 111101 0 110110 111110 100100 1000 101101 101100

Color Harmonies of #A24B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B3D

Black with #A24B3D

Text Example


Text Example

White with #A24B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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