Html Css Color HEX #A3423A Cognac

📋 copy color: '#A3423A'

red 163 ◦ green 66 ◦ blue 58

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

Shades of Cognac #A3423A

Tints of Cognac #A3423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23%

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

R = 56.79%
G = 23%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3423A (or 0xA3423A) is known color: Cognac. HEX triplet: A3, 42 and 3A. RGB value is (163,66,58). Sum of RGB (Red+Green+Blue) = 163+66+58=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A3423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3423A is #5CBDC5. Grayscale: #5E5E5E. Windows color (decimal): -6077894 or 3818147. OLE color: 3818147.

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

Color convert

RGB 163 66 58 -
CMYK 0 0.60 0.64 0.36
HSL 4.57º 0.48% 0.43% -
HSV(B) 4.57º 0.64% 0.64% -
XYZ 17.82 11.99 5.38 -
YUV 94.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 163 66 58 0 0.60 0.64 0.36 4.57 0.48 0.43
Hex A3 42 3A 0 3C 40 24 5 30 2B
Octal 243 102 72 0 74 100 44 5 60 53
Binary 10100011 1000010 111010 0 111100 1000000 100100 101 110000 101011

Color Harmonies of #A3423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3423A

Black with #A3423A

Text Example


Text Example

White with #A3423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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