Html Css Color HEX #A5463A Cognac

📋 copy color: '#A5463A'

red 165 ◦ green 70 ◦ blue 58

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

Shades of Cognac #A5463A

Tints of Cognac #A5463A

RGB

 RED value IS 165 (64.84% from 255) = 56.31%

 GREEN value IS 70 (27.73% from 255) = 23.89%

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 56.31%
G = 23.89%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5463A (or 0xA5463A) is known color: Cognac. HEX triplet: A5, 46 and 3A. RGB value is (165,70,58). Sum of RGB (Red+Green+Blue) = 165+70+58=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5463A is #5AB9C5. Grayscale: #616161. Windows color (decimal): -5945798 or 3819173. OLE color: 3819173.

HSL color Cylindrical-coordinate representation of color #A5463A: hue angle of 6.73º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5463A is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 70 58 -
CMYK 0 0.58 0.65 0.35
HSL 6.73º 0.48% 0.44% -
HSV(B) 6.73º 0.65% 0.65% -
XYZ 18.47 12.69 5.48 -
YUV 97.04 105.97 176.48 -
System Red Green Blue C M Y K H S L
Decimal 165 70 58 0 0.58 0.65 0.35 6.73 0.48 0.44
Hex A5 46 3A 0 3A 41 23 7 30 2C
Octal 245 106 72 0 72 101 43 7 60 54
Binary 10100101 1000110 111010 0 111010 1000001 100011 111 110000 101100

Color Harmonies of #A5463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5463A

Black with #A5463A

Text Example


Text Example

White with #A5463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5463A; }

 p { color: rgb(165,70,58); }

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

background-color css

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

 a { background-color: rgb(165,70,58); }

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

border-color css

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

 span { border-color: rgb(165,70,58); }

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