Html Css Color HEX #A3463A Cognac

📋 copy color: '#A3463A'

red 163 ◦ green 70 ◦ blue 58

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

Shades of Cognac #A3463A

Tints of Cognac #A3463A

RGB

 RED value IS 163 (64.06% from 255) = 56.01%

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

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

R = 56.01%
G = 24.05%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3463A (or 0xA3463A) is known color: Cognac. HEX triplet: A3, 46 and 3A. RGB value is (163,70,58). Sum of RGB (Red+Green+Blue) = 163+70+58=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3463A is #5CB9C5. Grayscale: #606060. Windows color (decimal): -6076870 or 3819171. OLE color: 3819171.

HSL color Cylindrical-coordinate representation of color #A3463A: hue angle of 6.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3463A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 70 58 -
CMYK 0 0.57 0.64 0.36
HSL 6.86º 0.48% 0.43% -
HSV(B) 6.86º 0.64% 0.64% -
XYZ 18.06 12.47 5.46 -
YUV 96.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 163 70 58 0 0.57 0.64 0.36 6.86 0.48 0.43
Hex A3 46 3A 0 39 40 24 7 30 2B
Octal 243 106 72 0 71 100 44 7 60 53
Binary 10100011 1000110 111010 0 111001 1000000 100100 111 110000 101011

Color Harmonies of #A3463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3463A

Black with #A3463A

Text Example


Text Example

White with #A3463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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