Html Css Color HEX #A34838 Cognac

📋 copy color: '#A34838'

red 163 ◦ green 72 ◦ blue 56

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

Shades of Cognac #A34838

Tints of Cognac #A34838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 56.01%
G = 24.74%
B = 19.24%

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

#A34838 (or 0xA34838) is known color: Cognac. HEX triplet: A3, 48 and 38. RGB value is (163,72,56). Sum of RGB (Red+Green+Blue) = 163+72+56=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A34838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34838 is #5CB7C7. Grayscale: #616161. Windows color (decimal): -6076360 or 3688611. OLE color: 3688611.

HSL color Cylindrical-coordinate representation of color #A34838: hue angle of 8.97º degrees, saturation: 0.49, 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 #A34838 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 72 56 -
CMYK 0 0.56 0.66 0.36
HSL 8.97º 0.49% 0.43% -
HSV(B) 8.97º 0.66% 0.64% -
XYZ 18.14 12.71 5.24 -
YUV 97.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 163 72 56 0 0.56 0.66 0.36 8.97 0.49 0.43
Hex A3 48 38 0 38 42 24 9 31 2B
Octal 243 110 70 0 70 102 44 11 61 53
Binary 10100011 1001000 111000 0 111000 1000010 100100 1001 110001 101011

Color Harmonies of #A34838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34838

Black with #A34838

Text Example


Text Example

White with #A34838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34838; }

 p { color: rgb(163,72,56); }

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

background-color css

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

 a { background-color: rgb(163,72,56); }

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

border-color css

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

 span { border-color: rgb(163,72,56); }

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