Html Css Color HEX #A44338 Cognac

📋 copy color: '#A44338'

red 164 ◦ green 67 ◦ blue 56

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

Shades of Cognac #A44338

Tints of Cognac #A44338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.34%

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

R = 57.14%
G = 23.34%
B = 19.51%

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

#A44338 (or 0xA44338) is known color: Cognac. HEX triplet: A4, 43 and 38. RGB value is (164,67,56). Sum of RGB (Red+Green+Blue) = 164+67+56=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A44338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44338 is #5BBCC7. Grayscale: #5E5E5E. Windows color (decimal): -6012104 or 3687332. OLE color: 3687332.

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

Color convert

RGB 164 67 56 -
CMYK 0 0.59 0.66 0.36
HSL 6.11º 0.49% 0.43% -
HSV(B) 6.11º 0.66% 0.64% -
XYZ 18.03 12.19 5.14 -
YUV 94.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 164 67 56 0 0.59 0.66 0.36 6.11 0.49 0.43
Hex A4 43 38 0 3B 42 24 6 31 2B
Octal 244 103 70 0 73 102 44 6 61 53
Binary 10100100 1000011 111000 0 111011 1000010 100100 110 110001 101011

Color Harmonies of #A44338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44338

Black with #A44338

Text Example


Text Example

White with #A44338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44338; }

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

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

background-color css

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

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

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

border-color css

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

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

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