Html Css Color HEX #A44438 Cognac

📋 copy color: '#A44438'

red 164 ◦ green 68 ◦ blue 56

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

Shades of Cognac #A44438

Tints of Cognac #A44438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.61%

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

R = 56.94%
G = 23.61%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A44438 (or 0xA44438) is known color: Cognac. HEX triplet: A4, 44 and 38. RGB value is (164,68,56). Sum of RGB (Red+Green+Blue) = 164+68+56=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A44438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44438 is #5BBBC7. Grayscale: #5F5F5F. Windows color (decimal): -6011848 or 3687588. OLE color: 3687588.

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

Color convert

RGB 164 68 56 -
CMYK 0 0.59 0.66 0.36
HSL 6.67º 0.49% 0.43% -
HSV(B) 6.67º 0.66% 0.64% -
XYZ 18.09 12.31 5.16 -
YUV 95.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 164 68 56 0 0.59 0.66 0.36 6.67 0.49 0.43
Hex A4 44 38 0 3B 42 24 7 31 2B
Octal 244 104 70 0 73 102 44 7 61 53
Binary 10100100 1000100 111000 0 111011 1000010 100100 111 110001 101011

Color Harmonies of #A44438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44438

Black with #A44438

Text Example


Text Example

White with #A44438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44438; }

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

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

background-color css

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

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

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

border-color css

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

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

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