Html Css Color HEX #A44638 Cognac

📋 copy color: '#A44638'

red 164 ◦ green 70 ◦ blue 56

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

Shades of Cognac #A44638

Tints of Cognac #A44638

RGB

 RED value IS 164 (64.45% from 255) = 56.55%

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

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

R = 56.55%
G = 24.14%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A44638 (or 0xA44638) is known color: Cognac. HEX triplet: A4, 46 and 38. RGB value is (164,70,56). Sum of RGB (Red+Green+Blue) = 164+70+56=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A44638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44638 is #5BB9C7. Grayscale: #606060. Windows color (decimal): -6011336 or 3688100. OLE color: 3688100.

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

Color convert

RGB 164 70 56 -
CMYK 0 0.57 0.66 0.36
HSL 7.78º 0.49% 0.43% -
HSV(B) 7.78º 0.66% 0.64% -
XYZ 18.21 12.56 5.21 -
YUV 96.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 164 70 56 0 0.57 0.66 0.36 7.78 0.49 0.43
Hex A4 46 38 0 39 42 24 8 31 2B
Octal 244 106 70 0 71 102 44 10 61 53
Binary 10100100 1000110 111000 0 111001 1000010 100100 1000 110001 101011

Color Harmonies of #A44638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44638

Black with #A44638

Text Example


Text Example

White with #A44638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44638; }

 p { color: rgb(164,70,56); }

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

background-color css

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

 a { background-color: rgb(164,70,56); }

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

border-color css

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

 span { border-color: rgb(164,70,56); }

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