Html Css Color HEX #A34737 Cognac

📋 copy color: '#A34737'

red 163 ◦ green 71 ◦ blue 55

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

Shades of Cognac #A34737

Tints of Cognac #A34737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 56.4%
G = 24.57%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A34737 (or 0xA34737) is known color: Cognac. HEX triplet: A3, 47 and 37. RGB value is (163,71,55). Sum of RGB (Red+Green+Blue) = 163+71+55=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A34737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34737 is #5CB8C8. Grayscale: #606060. Windows color (decimal): -6076617 or 3622819. OLE color: 3622819.

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

Color convert

RGB 163 71 55 -
CMYK 0 0.56 0.66 0.36
HSL 8.89º 0.5% 0.43% -
HSV(B) 8.89º 0.66% 0.64% -
XYZ 18.05 12.57 5.09 -
YUV 96.68 104.48 175.3 -
System Red Green Blue C M Y K H S L
Decimal 163 71 55 0 0.56 0.66 0.36 8.89 0.5 0.43
Hex A3 47 37 0 38 42 24 9 32 2B
Octal 243 107 67 0 70 102 44 11 62 53
Binary 10100011 1000111 110111 0 111000 1000010 100100 1001 110010 101011

Color Harmonies of #A34737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34737

Black with #A34737

Text Example


Text Example

White with #A34737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34737; }

 p { color: rgb(163,71,55); }

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

background-color css

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

 a { background-color: rgb(163,71,55); }

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

border-color css

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

 span { border-color: rgb(163,71,55); }

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