Html Css Color HEX #A44C39 Orange Roughy

📋 copy color: '#A44C39'

red 164 ◦ green 76 ◦ blue 57

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

Shades of Orange Roughy #A44C39

Tints of Orange Roughy #A44C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.59%

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 55.22%
G = 25.59%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A44C39 (or 0xA44C39) is known color: Orange Roughy. HEX triplet: A4, 4C and 39. RGB value is (164,76,57). Sum of RGB (Red+Green+Blue) = 164+76+57=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44C39 is #5BB3C6. Grayscale: #646464. Windows color (decimal): -6009799 or 3755172. OLE color: 3755172.

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

Color convert

RGB 164 76 57 -
CMYK 0 0.54 0.65 0.36
HSL 10.65º 0.48% 0.43% -
HSV(B) 10.65º 0.65% 0.64% -
XYZ 18.63 13.36 5.47 -
YUV 100.15 103.65 173.54 -
System Red Green Blue C M Y K H S L
Decimal 164 76 57 0 0.54 0.65 0.36 10.65 0.48 0.43
Hex A4 4C 39 0 36 41 24 B 30 2B
Octal 244 114 71 0 66 101 44 13 60 53
Binary 10100100 1001100 111001 0 110110 1000001 100100 1011 110000 101011

Color Harmonies of #A44C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44C39

Black with #A44C39

Text Example


Text Example

White with #A44C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44C39; }

 p { color: rgb(164,76,57); }

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

background-color css

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

 a { background-color: rgb(164,76,57); }

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

border-color css

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

 span { border-color: rgb(164,76,57); }

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