Html Css Color HEX #A34A3C Cognac

📋 copy color: '#A34A3C'

red 163 ◦ green 74 ◦ blue 60

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

Shades of Cognac #A34A3C

Tints of Cognac #A34A3C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 54.88%
G = 24.92%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A34A3C (or 0xA34A3C) is known color: Cognac. HEX triplet: A3, 4A and 3C. RGB value is (163,74,60). Sum of RGB (Red+Green+Blue) = 163+74+60=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34A3C is #5CB5C3. Grayscale: #636363. Windows color (decimal): -6075844 or 3951267. OLE color: 3951267.

HSL color Cylindrical-coordinate representation of color #A34A3C: hue angle of 8.16º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A34A3C is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 74 60 -
CMYK 0 0.55 0.63 0.36
HSL 8.16º 0.46% 0.44% -
HSV(B) 8.16º 0.63% 0.64% -
XYZ 18.37 13.01 5.82 -
YUV 99.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 163 74 60 0 0.55 0.63 0.36 8.16 0.46 0.44
Hex A3 4A 3C 0 37 3F 24 8 2E 2C
Octal 243 112 74 0 67 77 44 10 56 54
Binary 10100011 1001010 111100 0 110111 111111 100100 1000 101110 101100

Color Harmonies of #A34A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34A3C

Black with #A34A3C

Text Example


Text Example

White with #A34A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34A3C; }

 p { color: rgb(163,74,60); }

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

background-color css

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

 a { background-color: rgb(163,74,60); }

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

border-color css

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

 span { border-color: rgb(163,74,60); }

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